Closed msolters closed 9 years ago
We are no longer using the Materialize tooltips, and instead are using the lookback
library.
However, there is still a small problem where if you change a route with an old tooltip showing (as in, clicking a logout button, or clicking an Add New Tile button) that text remains until the mouse moves again, which is undesirable.
Materialize's tooltips seem to persist when clicking a URL or programmatically redirecting. This can be fixed by
$(".materialize-tooltip").remove()
using a trigger on all routes.