···30 // focus the editor using the mouse position if needed
31 let nextBlockID = block.value;
32 let nextBlock = useEditorStates.getState().editorStates[nextBlockID];
033 if (!nextBlock || !nextBlock.view) return;
34 let nextBlockViewClientRect = nextBlock.view.dom.getBoundingClientRect();
35 let tr = nextBlock.editor.tr;
···30 // focus the editor using the mouse position if needed
31 let nextBlockID = block.value;
32 let nextBlock = useEditorStates.getState().editorStates[nextBlockID];
33+ console.log(nextBlock);
34 if (!nextBlock || !nextBlock.view) return;
35 let nextBlockViewClientRect = nextBlock.view.dom.getBoundingClientRect();
36 let tr = nextBlock.editor.tr;