mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Pass the tree item (missing from the code) for making it inode agai.
This commit is contained in:
@@ -551,7 +551,7 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, pgBrowser, Backform) {
|
||||
d = t.itemData(i);
|
||||
|
||||
t.unload(i);
|
||||
t.setInode((d && d.inode) || false);
|
||||
t.setInode(i, (d && d.inode) || false);
|
||||
t.deselect(i);
|
||||
|
||||
setTimeout(function() {
|
||||
|
Reference in New Issue
Block a user