mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
@@ -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[] = [];
|
||||
|
||||
Reference in New Issue
Block a user