Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbeyens committed Dec 18, 2024
1 parent a326c25 commit 9fc1f0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const setBlockType = (
}
}

const entries = getBlocks(editor);
const entries = getBlocks(editor, { mode: 'lowest' });

entries.forEach((entry) => setEntry(entry));
});
Expand Down

0 comments on commit 9fc1f0e

Please sign in to comment.