We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3154f commit 2779c3bCopy full SHA for 2779c3b
src/network/network_view.js
@@ -882,7 +882,7 @@ cls.NetworkDetailOverlayViewPrototype = function()
882
{
883
var parent_view = window.views[this.parent_view_id];
884
if (parent_view)
885
- parent_view.handle(action_id, event, target);
+ return parent_view.handle(action_id, event, target);
886
}
887
this.id = id;
888
ActionBroker.get_instance().register_handler(this);
0 commit comments