mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 17:22:29 -05:00
fix keyboard focus issues (#16206)
This commit is contained in:
@@ -244,7 +244,8 @@ export enum ComponentEventType {
|
||||
onComponentCreated,
|
||||
onCellAction,
|
||||
onEnterKeyPressed,
|
||||
onInput
|
||||
onInput,
|
||||
onComponentLoaded
|
||||
}
|
||||
|
||||
export interface IComponentEventArgs {
|
||||
|
||||
Reference in New Issue
Block a user