We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d3aac commit d231533Copy full SHA for d231533
1 file changed
extension.js
@@ -61,6 +61,7 @@ export default class ForgeExtension extends Extension {
61
this._sessionId = null;
62
}
63
64
+ this._removeIndicator();
65
this.extWm?.disable();
66
this.keybindings?.disable();
67
this.keybindings = null;
0 commit comments