Skip to content

Commit 19945c0

Browse files
author
Daniel Herzog
committed
Fixed storing the scroll position of the network-overlay view
1 parent 92e3a33 commit 19945c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/network/network_view.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,10 @@ cls.NetworkLogView = function(id, name, container_class, html, default_handler,
612612
}
613613
]);
614614

615-
this._overlay = this.register_overlay(new cls.NetworkDetailOverlayView("network-detail-overlay", "network-details-view"));
615+
this._overlay = this.register_overlay(new cls.NetworkDetailOverlayView("network-detail-overlay",
616+
"network-details-view scroll",
617+
null,
618+
"network-detail-overlay"));
616619
cls.NetworkDetailOverlayView.create_ui_widgets();
617620

618621
this._type_filters = ["all"].map(this._map_filter_bound);

0 commit comments

Comments
 (0)