Ensure that keyboard hotkey to open query tool and search object should work properly. #5763

This commit is contained in:
Akshay Joshi
2023-02-06 15:58:33 +05:30
parent 4a3bcfa202
commit 6833fdd731
2 changed files with 5 additions and 2 deletions

View File

@@ -288,8 +288,8 @@ _.extend(pgBrowser.keyboardNavigation, {
if (!tree.d)
return;
// Call data grid method to render view data
pgAdmin.SearchObjects.show_search_objects('', tree.i);
// Call show search object to open the search object dialog.
pgAdmin.Tools.SearchObjects.show_search_objects('', tree.i);
},
bindSubMenuProperties: function() {
const tree = this.getTreeDetails();