mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
loading indicator for table designer (#17407)
* loading indicator for table designer * fix layering error * bug fix
This commit is contained in:
@@ -176,4 +176,13 @@ export class InputBox extends vsInputBox {
|
||||
super.width = width;
|
||||
this.element.style.width = 'fit-content';
|
||||
}
|
||||
|
||||
public override get value() {
|
||||
return super.value;
|
||||
}
|
||||
|
||||
public override set value(newValue: string) {
|
||||
this._lastLoseFocusValue = newValue;
|
||||
super.value = newValue;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user