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 474897b commit b4b56a9Copy full SHA for b4b56a9
packages/core/src/extensions/PreviousBlockType/PreviousBlockTypePlugin.ts
@@ -124,7 +124,7 @@ export class PreviousBlockTypePlugin extends BlockNoteExtension {
124
depth: newState.doc.resolve(node.pos).depth,
125
};
126
127
- let oldAttrs = {
+ const oldAttrs = {
128
index: oldContentNode.attrs.index,
129
level: oldContentNode.attrs.level,
130
type: oldContentNode.type.name,
0 commit comments