From b117806b0936391824c990a2aae26dd188c707bc Mon Sep 17 00:00:00 2001 From: Lukasz Ostafin Date: Wed, 27 Nov 2024 09:31:06 +0100 Subject: [PATCH] New line after CR --- .../public/js/CKEditor/custom-attributes/custom-attributes-ui.js | 1 + 1 file changed, 1 insertion(+) 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(() => {