mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
fix dropdown component issue (#1709)
* fix dropdown component issue * handle enable property default
This commit is contained in:
@@ -98,10 +98,6 @@ export abstract class ComponentBase extends Disposable implements IComponent, On
|
||||
if (enabled === undefined) {
|
||||
enabled = true;
|
||||
properties['enabled'] = enabled;
|
||||
this.fireEvent({
|
||||
eventType: ComponentEventType.PropertiesChanged,
|
||||
args: this.getProperties()
|
||||
});
|
||||
}
|
||||
return <boolean>enabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user