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:
Rolf Rando
2025-05-21 18:52:15 +00:00
committed by rrando@mozilla.com
parent 01dc03ef7a
commit f642a5bc2a

View File

@@ -944,7 +944,7 @@
Glean.tabgroup.groupInteractions.rename.add(1);
}
this.activeGroup = null;
this.#smartTabGroupingManager.terminateProcess();
this.#smartTabGroupingManager?.terminateProcess();
}
on_keypress(event) {