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

Commit

Permalink
Merge branch 'master' into t/135
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Jul 13, 2017
2 parents a656200 + e38acff commit bb1954b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/link.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ export default class Link extends Plugin {
clickOutsideHandler( {
emitter: this.formView,
activator: () => this._balloon.hasView( this.formView ),
contextElement: this._balloon.view.element,
contextElements: [ this._balloon.view.element ],
callback: () => this._hidePanel()
} );
}
Expand Down

0 comments on commit bb1954b

Please sign in to comment.