Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #293 from ckeditor/t/292
Browse files Browse the repository at this point in the history
Fix: ImageTextAlternative click outside handler scope. Closes #292.
  • Loading branch information
Piotr Jasiun committed May 27, 2019
2 parents fb35177 + 42a5ce1 commit 78e619e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imagetextalternative/imagetextalternativeui.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default class ImageTextAlternativeUI extends Plugin {
clickOutsideHandler( {
emitter: this._form,
activator: () => this._isVisible,
contextElements: [ this._form.element ],
contextElements: [ this._balloon.view.element ],
callback: () => this._hideForm()
} );
}
Expand Down

0 comments on commit 78e619e

Please sign in to comment.