loading indicator for table designer (#17407)

* loading indicator for table designer

* fix layering error

* bug fix
This commit is contained in:
Alan Ren
2021-10-20 12:54:23 -07:00
committed by GitHub
parent 328ed83cb9
commit c89aa26c0a
7 changed files with 165 additions and 12 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.saving;
this.enabled = this._input.dirty && this._input.valid && !this._input.processing;
}
override dispose() {