mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed scroll issue in the browser tree when navigating using the keyboard.
This commit is contained in:
committed by
Akshay Joshi
parent
053519aef6
commit
cc38bc132e
@@ -289,7 +289,7 @@ export default class SearchObjectsDialogWrapper extends DialogWrapper {
|
||||
tree.findNodeWithToggle(rowData.id_path)
|
||||
.then((treeItem)=>{
|
||||
setTimeout(() => {
|
||||
tree.select(treeItem, true);
|
||||
tree.select(treeItem, true, 'center');
|
||||
}, 100);
|
||||
this.showMessage(null);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user