Fix on-click handling of treeview nodes that wasn't refreshing SQL/Dependencies/Dependents in some circumstances. Fixes #3058

This commit is contained in:
Murtuza Zabuawala
2018-02-01 14:44:12 +01:00
committed by Dave Page
parent e0da9c5a0c
commit 6ad44cb51e
3 changed files with 20 additions and 11 deletions

View File

@@ -400,6 +400,7 @@ define('pgadmin.browser', [
});
setTimeout(function() {
obj.editor.setValue('-- ' + select_object_msg);
obj.editor.refresh();
}, 10);