Skip to content

Commit

Permalink
Remove indicator on disable
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmaranan committed Oct 22, 2023
1 parent 46d3aac commit d231533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ export default class ForgeExtension extends Extension {
this._sessionId = null;
}

this._removeIndicator();
this.extWm?.disable();
this.keybindings?.disable();
this.keybindings = null;
Expand Down

0 comments on commit d231533

Please sign in to comment.