mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Delete handler after unbind
This commit is contained in:
@@ -17,6 +17,7 @@ const Tooltip: DirectiveOptions = {
|
||||
clearTimeout(tooltipTimer);
|
||||
const tooltip = getTooltip();
|
||||
tooltip.classList.remove('visible');
|
||||
delete handlers[element.dataset.tooltip as string];
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user