a tool for shared writing and social publishing
0

Configure Feed

Select the types of activity you want to include in your feed.

set timeout for undogroup in block keyboard handlers

Jared Pereira (Jan 28, 2026, 2:28 PM EST) ea44877f 43dda6d5

+1 -1
+1 -1
components/Blocks/useBlockKeyboardHandlers.ts
··· 70 70 areYouSure, 71 71 setAreYouSure, 72 72 }); 73 - undoManager.endGroup(); 73 + setTimeout(() => undoManager.endGroup(), 100); 74 74 }; 75 75 window.addEventListener("keydown", listener); 76 76 return () => window.removeEventListener("keydown", listener);