Skip to content

Commit 2779c3b

Browse files
author
Daniel Herzog
committed
Fixed opening the console when closing the detail overview with escape while the overlay has focus
1 parent 4d3154f commit 2779c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/network_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ cls.NetworkDetailOverlayViewPrototype = function()
882882
{
883883
var parent_view = window.views[this.parent_view_id];
884884
if (parent_view)
885-
parent_view.handle(action_id, event, target);
885+
return parent_view.handle(action_id, event, target);
886886
}
887887
this.id = id;
888888
ActionBroker.get_instance().register_handler(this);

0 commit comments

Comments
 (0)