refactoring
This commit is contained in:
@@ -44,9 +44,6 @@ export class Editor extends EventEmitter {
|
|||||||
extensions: [],
|
extensions: [],
|
||||||
}
|
}
|
||||||
commands: { [key: string]: any } = {}
|
commands: { [key: string]: any } = {}
|
||||||
activeNodes: { [key: string]: any } = {}
|
|
||||||
activeMarks: { [key: string]: any } = {}
|
|
||||||
activeMarkAttrs: { [key: string]: any } = {}
|
|
||||||
|
|
||||||
private lastCommand = Promise.resolve()
|
private lastCommand = Promise.resolve()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user