mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Properly close dialog with escape (#23397)
* Properly close dialog with escape * Revert "Properly close dialog with escape" This reverts commit 9ea5ec4beebcbbd4f0623ed0b5da0f1026fcd5be. * Remove focus on ok button in filter dialog * Sets the focus on the filterTable
This commit is contained in:
@@ -134,7 +134,7 @@ export class FilterDialog extends Modal {
|
|||||||
public open(): void {
|
public open(): void {
|
||||||
this.render();
|
this.render();
|
||||||
this.show();
|
this.show();
|
||||||
this._okButton.focus();
|
this.filterTable.focus();
|
||||||
}
|
}
|
||||||
|
|
||||||
public override render() {
|
public override render() {
|
||||||
|
|||||||
Reference in New Issue
Block a user