mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 01:25:37 -05:00
fix python wizard behavior and enable smoke test (#14433)
This commit is contained in:
@@ -465,7 +465,7 @@ export abstract class Modal extends Disposable implements IThemable {
|
||||
DOM.append(this.layoutService.container, this._bodyContainer!);
|
||||
this.setInitialFocusedElement();
|
||||
|
||||
this.disposableStore.add(DOM.addDisposableListener(document, DOM.EventType.KEY_UP, (e: KeyboardEvent) => {
|
||||
this.disposableStore.add(DOM.addDisposableListener(document, DOM.EventType.KEY_DOWN, (e: KeyboardEvent) => {
|
||||
let context = this._modalShowingContext.get()!;
|
||||
if (context[context.length - 1] === this._staticKey) {
|
||||
let event = new StandardKeyboardEvent(e);
|
||||
|
||||
Reference in New Issue
Block a user