a tool for shared writing and social publishing
0
fork

Configure Feed

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

stop copying everytime someone hits control lmoao

+1 -1
+1 -1
components/SelectionManager.tsx
··· 382 382 } 383 383 } 384 384 } 385 - if ((e.key === "c" && e.metaKey) || e.ctrlKey) { 385 + if (e.key === "c" && (e.metaKey || e.ctrlKey)) { 386 386 if (!rep) return; 387 387 let [sortedSelection] = await getSortedSelection(); 388 388 let html = await getBlocksAsHTML(rep, sortedSelection);