refactoring

This commit is contained in:
Philipp Kühn
2020-03-31 12:58:54 +02:00
parent 6f3d3901ce
commit c9bcb49788

View File

@@ -44,9 +44,6 @@ export class Editor extends EventEmitter {
extensions: [],
}
commands: { [key: string]: any } = {}
activeNodes: { [key: string]: any } = {}
activeMarks: { [key: string]: any } = {}
activeMarkAttrs: { [key: string]: any } = {}
private lastCommand = Promise.resolve()