1) Fixed an issue where shortcut keys are not working with manage macro. Fixes #5908

2) Fixed an issue where the cursor shifts its focus to the wrong window for all the query tool related model dialogs. Fixes #6161
This commit is contained in:
Rahul Shirsat
2021-04-09 12:41:13 +05:30
committed by Akshay Joshi
parent 1f4affcb1e
commit 49095ccba6
6 changed files with 61 additions and 10 deletions

View File

@@ -191,4 +191,4 @@ module.exports = Alertify.dialog('createModeDlg', function() {
}
},
};
}, true, 'fileSelectionDlg');
}, false, 'fileSelectionDlg');