Skip to content

Commit

Permalink
Merge pull request #2491 from csordasmarton/fix_hiding_source_compone…
Browse files Browse the repository at this point in the history
…nt_tooltip2

[fix] Fix hiding tooltip of the source component filter item
  • Loading branch information
bruntib authored Dec 12, 2019
2 parents 707f645 + c9e33f9 commit 66d61f7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ function (declare, dom, Standby, ContentPane, Tooltip, FilterBase,
tooltip : that.getTooltip ? that.getTooltip(value) : null,
options : options,
onClick : function () {
if (this.options.description) {
Tooltip.hide(this.domNode);
}

that.deselect(value);
that.notifyOthers();
this.destroy();
Expand Down

0 comments on commit 66d61f7

Please sign in to comment.