fix: Cannot comment in code blocks, closes #6154
This commit is contained in:
@@ -71,7 +71,7 @@ export default class ExtensionManager {
|
||||
// in the schema for the current editor.
|
||||
nodes[i].marks = nodes[i].marks
|
||||
.split(" ")
|
||||
.filter((m: string) => Object.keys(nodes).includes(m))
|
||||
.filter((m: string) => Object.keys(this.marks).includes(m))
|
||||
.join(" ");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user