make the designer event based (#17472)

* make the designer event based

* pr comments
This commit is contained in:
Alan Ren
2021-10-22 17:25:12 -07:00
committed by GitHub
parent 70f6eebc5a
commit 4ba192a5c3
7 changed files with 284 additions and 128 deletions

View File

@@ -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() {