Git - fix action button regression (#231108) (#234967)

This commit is contained in:
Ladislau Szomoru
2024-12-02 11:13:15 +01:00
committed by GitHub
parent c267c566ba
commit d6927564ee
4 changed files with 5 additions and 5 deletions

View File

@@ -49,10 +49,10 @@ export class ActionButton {
return;
}
this.logger.trace(`[ActionButton][setState] ${JSON.stringify(state)}`);
this._state = state;
this._onDidChange.fire();
this.logger.trace(`[ActionButton][setState] ${JSON.stringify(state)}`);
}
private disposables: Disposable[] = [];