Skip to content

Commit

Permalink
Fixed a fault that caused the tooltip to remain visible when the UI i…
Browse files Browse the repository at this point in the history
…s refreshed.
  • Loading branch information
William Troup committed Feb 17, 2024
1 parent e911f70 commit 9258166
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 28 deletions.
1 change: 1 addition & 0 deletions dist/heat.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
bindingOptions.currentView.statisticsContentsScrollLeft = bindingOptions.currentView.statisticsContents.scrollLeft;
}
bindingOptions.currentView.element.innerHTML = _string.empty;
hideToolTip(bindingOptions);
renderControlToolTip(bindingOptions);
renderControlTitleBar(bindingOptions);
renderControlMap(bindingOptions, isForViewSwitch);
Expand Down
Loading

0 comments on commit 9258166

Please sign in to comment.