Skip to content

Commit

Permalink
Merge pull request #4331 from open-formulieren/issue/4012-ckeditor-mi…
Browse files Browse the repository at this point in the history
…ssing-link-popup

🐛 [#4012] Fix content component link popup in form builder
  • Loading branch information
sergei-maertens authored Jun 10, 2024
2 parents 54c614c + 0298990 commit 1be3d45
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ class WebformBuilder extends WebformBuilderFormio {
// Clean up.
this.removeEventListener(this.dialog, 'close', dialogClose);
this.dialog = null;
root.unmount();
};
this.addEventListener(this.dialog, 'close', dialogClose);

Expand Down

0 comments on commit 1be3d45

Please sign in to comment.