a tool for shared writing and social publishing
0
fork

Configure Feed

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

only have special logic for blockquote start selection

+1 -1
+1 -1
src/utils/focusBlock.ts
··· 105 105 } 106 106 } 107 107 108 - if (block.type === "blockquote") { 108 + if (block.type === "blockquote" && position.type === "start") { 109 109 let sel = NodeSelection.create(tr.doc, 0); 110 110 nextBlock.view.dispatch(tr.setSelection(sel)); 111 111 } else {