We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea90e26 commit f5d4731Copy full SHA for f5d4731
packages/@react-editor-js/client/src/client-editor-core.ts
@@ -30,6 +30,7 @@ export class ClientEditorCore implements EditorCore {
30
}
31
32
public async destroy() {
33
+ await this._editorJS.isReady
34
await this._editorJS.destroy()
35
36
0 commit comments