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 b96d6eb commit 41fd54cCopy full SHA for 41fd54c
packages/core/src/editor/BlockNoteTipTapEditor.ts
@@ -302,6 +302,7 @@ export class BlockNoteTipTapEditor extends TiptapEditor {
302
) => {
303
if (!element) {
304
this.destroy();
305
+ this.isInitialized = false;
306
} else {
307
this.options.element = element;
308
this.createViewAlternative(blockNoteEditor, contentComponent);
0 commit comments