···3030 // focus the editor using the mouse position if needed
3131 let nextBlockID = block.value;
3232 let nextBlock = useEditorStates.getState().editorStates[nextBlockID];
3333+ console.log(nextBlock);
3334 if (!nextBlock || !nextBlock.view) return;
3435 let nextBlockViewClientRect = nextBlock.view.dom.getBoundingClientRect();
3536 let tr = nextBlock.editor.tr;