diff --git a/docs/en_US/release_notes_6_10.rst b/docs/en_US/release_notes_6_10.rst index 8c47292d3..ce7831789 100644 --- a/docs/en_US/release_notes_6_10.rst +++ b/docs/en_US/release_notes_6_10.rst @@ -20,6 +20,7 @@ Housekeeping Bug fixes ********* + | `Issue #6962 `_ - Fixed the browser tree overlapping nodes and expansion issue. | `Issue #7002 `_ - Added the ability to detect and warn users about bidirectional Unicode characters. | `Issue #7347 `_ - Ensure that when Authentication buttons are disabled their text is visible in the Dark and High contrast theme. | `Issue #7368 `_ - Ensure that unwanted APIs should not be getting called for BigAnimal. diff --git a/web/package.json b/web/package.json index 73348977b..693ff843e 100644 --- a/web/package.json +++ b/web/package.json @@ -145,7 +145,7 @@ "path-fx": "^2.0.0", "pathfinding": "^0.4.18", "paths-js": "^0.4.9", - "pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#2c288ccc0ae0c98b41e56e79abf1204be3861702", + "pgadmin4-tree": "git+https://github.com/EnterpriseDB/pgadmin4-treeview/#b0287d39b54de28cb2a83f0c19a95ce823f6feae", "postcss": "^8.2.15", "raf": "^3.4.1", "rc-dock": "^3.2.9", diff --git a/web/pgadmin/static/js/tree/tree_init.tsx b/web/pgadmin/static/js/tree/tree_init.tsx index 3d4379fa6..0b80db060 100644 --- a/web/pgadmin/static/js/tree/tree_init.tsx +++ b/web/pgadmin/static/js/tree/tree_init.tsx @@ -100,7 +100,7 @@ var initBrowserTree = async (pgBrowser) => { await render( + height={_height} disableCache={true} /> , document.getElementById('tree')); }