a tool for shared writing and social publishing
0
fork

Configure Feed

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

make cursor position at end of pasted content

+1 -2
+1 -2
components/Blocks/TextBlock/useHandlePaste.ts
··· 475 475 }, 476 476 }); 477 477 } 478 - if (last && !hasChildren) { 479 - if (block?.editor.selection.from !== undefined) return; 478 + if (last && !hasChildren && !first) { 480 479 focusBlock( 481 480 { 482 481 value: entityID,