You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the tooltip's content becomes empty (set to null), if the tooltip is currently open I think it should be closed. This is related to closed issue #129 , but it's different than the original issue and wasn't addressed in 030901e.
When the tooltip's content becomes empty (set to
null), if the tooltip is currently open I think it should be closed. This is related to closed issue #129 , but it's different than the original issue and wasn't addressed in 030901e.Here is my suggested modification to tooltip.js
Without the
if/elsestatement the tooltip will momentarily become blank before hiding.UPDATE (8/25): Added
transitionTimeoutconditional statement.