Pass the tree item (missing from the code) for making it inode agai.

This commit is contained in:
Ashesh Vashi
2016-02-28 12:14:25 +05:30
parent 2d7a218792
commit 2bf8eccb67

View File

@@ -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() {