Skip to content

Commit b4b56a9

Browse files
committed
chore: must please the linter
1 parent 474897b commit b4b56a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/extensions/PreviousBlockType/PreviousBlockTypePlugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ export class PreviousBlockTypePlugin extends BlockNoteExtension {
124124
depth: newState.doc.resolve(node.pos).depth,
125125
};
126126

127-
let oldAttrs = {
127+
const oldAttrs = {
128128
index: oldContentNode.attrs.index,
129129
level: oldContentNode.attrs.level,
130130
type: oldContentNode.type.name,

0 commit comments

Comments
 (0)