We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6ea9f commit dc24a42Copy full SHA for dc24a42
2 files changed
webextensions/common/Tab.js
@@ -1969,8 +1969,6 @@ export default class Tab {
1969
}
1970
1971
this.setAttribute(Constants.kGROUP_ID, this.tab.groupId);
1972
- //const win = TabsStore.windows.get(this.tab.windowId);
1973
- //const group = win.tabGroups.get(this.tab.groupId);
1974
1975
1976
webextensions/sidebar/sidebar-tabs.js
@@ -581,6 +581,7 @@ function tryApplyUpdate(update) {
581
582
if ('groupId' in update.updatedProperties) {
583
tab.$TST.onNativeGroupModified();
584
+ tab.$TST.updateElement(TabUpdateTarget.TabProperties);
585
586
587
0 commit comments