Skip to content

Commit 5715572

Browse files
author
p01
committed
Fix for DFL-3709, Selecting an item in Resources tree view should hide the tooltip
1 parent a9f98d2 commit 5715572

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/resource-manager/resource_service.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,9 @@ cls.ResourceInspector = function(network_logger)
276276
{
277277
e.addClass(HIGHLIGHT_CLASSNAME);
278278

279+
if (window.Tooltips)
280+
window.Tooltips.hide_tooltip();
281+
279282
// scroll into view
280283
var container = this.tree_view.get_container().firstChild;
281284
var y = container.scrollTop;

0 commit comments

Comments
 (0)