Skip to content

Commit bc6fae2

Browse files
masnobleDevtools-frontend LUCI CQ
authored andcommitted
Make security sidebar collapsible
Bug: 377923493 Change-Id: I5b5ec028193de184d99803ce94a3a10810a81ceb Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6000803 Reviewed-by: Shuran Huang <[email protected]> Reviewed-by: Kim-Anh Tran <[email protected]> Commit-Queue: Joshua Thomas <[email protected]>
1 parent 2d189cf commit bc6fae2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

front_end/panels/security/SecurityPanelSidebar.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export class SecurityPanelSidebar extends UI.Widget.VBox {
148148
#createOriginGroupElement(originGroupTitle: string): UI.TreeOutline.TreeElement {
149149
const originGroup = new UI.TreeOutline.TreeElement(originGroupTitle, true);
150150
originGroup.selectable = false;
151-
originGroup.setCollapsible(false);
152151
originGroup.expand();
153152
originGroup.listItemElement.classList.add('security-sidebar-origins');
154153
UI.ARIAUtils.setLabel(originGroup.childrenListElement, originGroupTitle);

0 commit comments

Comments
 (0)