We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6449f3 commit 9787e87Copy full SHA for 9787e87
packages/core/src/api/blockManipulation/commands/mergeBlocks/mergeBlocks.ts
@@ -109,7 +109,6 @@ const mergeBlocks = (
109
prevBlockInfo: BlockInfo,
110
nextBlockInfo: BlockInfo,
111
) => {
112
- debugger;
113
// Un-nests all children of the next block.
114
if (!nextBlockInfo.isBlockContainer) {
115
throw new Error(
@@ -165,7 +164,6 @@ export const mergeBlocksCommand =
165
164
state: EditorState;
166
dispatch: ((args?: any) => any) | undefined;
167
}) => {
168
169
const $pos = state.doc.resolve(posBetweenBlocks);
170
const nextBlockInfo = getBlockInfoFromResolvedPos($pos);
171
0 commit comments