diff --git a/src/hexEditorRegistry.ts b/src/hexEditorRegistry.ts index 8da1dfd..b825343 100644 --- a/src/hexEditorRegistry.ts +++ b/src/hexEditorRegistry.ts @@ -35,6 +35,7 @@ export class HexEditorRegistry extends Disposable { constructor() { super(); this._register(vscode.window.tabGroups.onDidChangeTabs(this.onChangedTabs, this)); + this._register(vscode.window.tabGroups.onDidChangeTabGroups(this.onChangedTabs, this)); this.onChangedTabs(); }