mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed the browser tree overlapping nodes and expansion issue. Fixes #6962
This commit is contained in:
committed by
Akshay Joshi
parent
0bbe35a7f6
commit
e3225b6565
@@ -100,7 +100,7 @@ var initBrowserTree = async (pgBrowser) => {
|
||||
await render(
|
||||
<FileTreeX model={treeModelX}
|
||||
onReady={itemHandle} create={create} remove={remove} update={update}
|
||||
height={_height} />
|
||||
height={_height} disableCache={true} />
|
||||
, document.getElementById('tree'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user