Skip to content

Commit

Permalink
Fix for DFL-3709, Selecting an item in Resources tree view should hid…
Browse files Browse the repository at this point in the history
…e the tooltip
  • Loading branch information
p01 committed Nov 12, 2012
1 parent a9f98d2 commit 5715572
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/resource-manager/resource_service.js
Expand Up @@ -276,6 +276,9 @@ cls.ResourceInspector = function(network_logger)
{
e.addClass(HIGHLIGHT_CLASSNAME);

if (window.Tooltips)
window.Tooltips.hide_tooltip();

// scroll into view
var container = this.tree_view.get_container().firstChild;
var y = container.scrollTop;
Expand Down

0 comments on commit 5715572

Please sign in to comment.