Skip to content

Commit

Permalink
ELEMENTS-1580: fix tool tip not disappearing(backporting)
Browse files Browse the repository at this point in the history
  • Loading branch information
satishyadav-dev committed Feb 28, 2023
1 parent 8eea86a commit 0f5d0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion widgets/nuxeo-tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
}

hide() {
const paperToolTip = document.getElementsByTagName("paper-tooltip");
const paperToolTip = document.getElementsByTagName('paper-tooltip');
if (paperToolTip[0]) {
document.body.removeChild(paperToolTip[0]);
}
Expand Down

0 comments on commit 0f5d0fe

Please sign in to comment.