mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
fix keyboard focus issues (#16206)
This commit is contained in:
@@ -56,6 +56,10 @@ export abstract class ComponentBase<TPropertyBag extends azdata.ComponentPropert
|
||||
this.modelStore.registerComponent(this);
|
||||
this._validations.push(() => this.modelStore.validate(this));
|
||||
}
|
||||
this.fireEvent({
|
||||
eventType: ComponentEventType.onComponentLoaded,
|
||||
args: undefined
|
||||
});
|
||||
}
|
||||
|
||||
abstract ngAfterViewInit(): void;
|
||||
|
||||
Reference in New Issue
Block a user