mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that keyboard hotkey to open query tool and search object should work properly. #5763
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user