Bug 1963623 - Fix exception when smart tab groups is off r=dwalker,tabbrowser-reviewers,ngrato
Differential Revision: https://phabricator.services.mozilla.com/D250313
This commit is contained in:
committed by
rrando@mozilla.com
parent
01dc03ef7a
commit
f642a5bc2a
@@ -944,7 +944,7 @@
|
|||||||
Glean.tabgroup.groupInteractions.rename.add(1);
|
Glean.tabgroup.groupInteractions.rename.add(1);
|
||||||
}
|
}
|
||||||
this.activeGroup = null;
|
this.activeGroup = null;
|
||||||
this.#smartTabGroupingManager.terminateProcess();
|
this.#smartTabGroupingManager?.terminateProcess();
|
||||||
}
|
}
|
||||||
|
|
||||||
on_keypress(event) {
|
on_keypress(event) {
|
||||||
|
|||||||
Reference in New Issue
Block a user