mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-28 17:02:04 +03:00
Lexical: Added some styling and tweaks for basic editors
This commit is contained in:
@ -144,8 +144,8 @@ export class SimpleWysiwygEditorInterface {
|
||||
}
|
||||
|
||||
remove() {
|
||||
this.context.editorDOM.remove();
|
||||
this.context.manager.teardown();
|
||||
this.context.containerDOM.remove();
|
||||
if (this.editorListenerTeardown) {
|
||||
this.editorListenerTeardown();
|
||||
}
|
||||
|
Reference in New Issue
Block a user