Skip to content

Commit 312655a

Browse files
author
Daniel Herzog
committed
Hide the URL tooltip when opening details
1 parent 87f3f35 commit 312655a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/network/network_view.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,9 +334,10 @@ cls.NetworkLogView = function(id, name, container_class, html, default_handler,
334334
this.needs_instant_update = true;
335335
this.update();
336336
if (this.graph_tooltip)
337-
{
338337
this.graph_tooltip.hide();
339-
}
338+
339+
if (this.url_tooltip)
340+
this.url_tooltip.hide();
340341
}.bind(this);
341342

342343
this._on_mouseover_entry_bound = function(evt, target)

0 commit comments

Comments
 (0)