summaryrefslogtreecommitdiff
path: root/assets/js/core/tooltip.js
AgeCommit message (Collapse)Author
2019-08-23Fixed issue of tooltip not disapearingEskiso
Tooltips would not disappear if the mouse was never on it. If you move your mouse on an icon and then move the mouse out without passing by the tooltip, the tooltip would remain active until mouse pass and leave or click somewhere else. With this update, the tooltip will be removed if you leave the target unless you move the mouse to the tooltip.
2018-04-20Rewrite tooltips code without jQueryFrédéric Guillot