diff --git a/src/bundle/Resources/public/js/CKEditor/custom-attributes/custom-attributes-ui.js b/src/bundle/Resources/public/js/CKEditor/custom-attributes/custom-attributes-ui.js index b1c04a86..c7bc9861 100644 --- a/src/bundle/Resources/public/js/CKEditor/custom-attributes/custom-attributes-ui.js +++ b/src/bundle/Resources/public/js/CKEditor/custom-attributes/custom-attributes-ui.js @@ -19,6 +19,7 @@ class IbexaAttributesUI extends Plugin { this.showForm = this.showForm.bind(this); let timeoutId = null; + this.listenTo(this.balloon.view, 'change:top', () => { clearTimeout(timeoutId); timeoutId = setTimeout(() => {