Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit ecf202a

Browse files
PressJumptrickypr
authored andcommitted
🎨 Formatting
1 parent fff2f06 commit ecf202a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/browser/components/extensions/parent/ext-sidebarAction-js.patch‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/browser/components/extensions/parent/ext-sidebarAction.js b/browser/components/extensions/parent/ext-sidebarAction.js
2-
index 99aa63874bc6f1821baae6788fbba18f6861f9c6..160d7edd07f9e515e472e606cf9885ae46c13682 100644
2+
index 99aa63874bc6f1821baae6788fbba18f6861f9c6..76354d828578fabd297c817e15b7492c167958b9 100644
33
--- a/browser/components/extensions/parent/ext-sidebarAction.js
44
+++ b/browser/components/extensions/parent/ext-sidebarAction.js
55
@@ -14,6 +14,7 @@ var { ExtensionError } = ExtensionUtils;
@@ -25,7 +25,7 @@ index 99aa63874bc6f1821baae6788fbba18f6861f9c6..160d7edd07f9e515e472e606cf9885ae
2525
SidebarUI.lastOpenedId = null;
2626
}
2727
+ // Remove the sidebar item from the sidebar menu.
28-
+ SidebarUI.deleteSidebarItem(sidebarId);
28+
+ SidebarUI.deleteSidebarItem(sidebarId);
2929
}
3030
}
3131

0 commit comments

Comments
 (0)