mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 01:25:37 -05:00
make the designer event based (#17472)
* make the designer event based * pr comments
This commit is contained in:
@@ -34,7 +34,7 @@ export class SaveTableChangesAction extends Action {
|
||||
}
|
||||
|
||||
private updateState(): void {
|
||||
this.enabled = this._input.dirty && this._input.valid && !this._input.processing;
|
||||
this.enabled = this._input.dirty && this._input.valid && this._input.pendingAction === undefined;
|
||||
}
|
||||
|
||||
override dispose() {
|
||||
|
||||
Reference in New Issue
Block a user