mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 09:35:40 -05:00
* Tab trap for modal (closes #5930) * Addressing PR comments * Fixed formatting.
This commit is contained in:
@@ -108,7 +108,7 @@ export class BackupUiService implements IBackupUiService {
|
||||
public onShowBackupDialog() {
|
||||
let backupDialog = this._backupDialogs[this._currentProvider];
|
||||
if (backupDialog) {
|
||||
backupDialog.setFocusableElements();
|
||||
backupDialog.setInitialFocusedElement();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user