Fixes #249
parent
ce323509a0
commit
8846dc334b
|
@ -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),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue