a tool for shared writing and social publishing
0
fork

Configure Feed

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

prevent default copying when copying blocks

+1
+1
components/SelectionManager.tsx
··· 494 494 if (!rep) return; 495 495 let [, , selectionWithFoldedChildren] = await getSortedSelection(); 496 496 if (!selectionWithFoldedChildren) return; 497 + e.preventDefault(); 497 498 await copySelection(rep, selectionWithFoldedChildren); 498 499 } 499 500 });