Skip to content

Commit

Permalink
fix: able to update selection count when change tab group (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
lorsanta committed Jul 27, 2023
1 parent d59d54e commit 2a056cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hexEditorRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 2a056cf

Please sign in to comment.