pull/254/head
Zef Hemel 2022-12-29 12:45:53 +01:00
parent ce323509a0
commit 8846dc334b
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ export function fencedCodePlugin(editor: Editor) {
widgets.push(
Decoration.line({
class: "sb-line-code-outside",
}).range(node.from),
}).range(state.doc.lineAt(from).from),
);
}
}