mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix on-click handling of treeview nodes that wasn't refreshing SQL/Dependencies/Dependents in some circumstances. Fixes #3058
This commit is contained in:
committed by
Dave Page
parent
e0da9c5a0c
commit
6ad44cb51e
@@ -400,6 +400,7 @@ define('pgadmin.browser', [
|
||||
});
|
||||
|
||||
setTimeout(function() {
|
||||
obj.editor.setValue('-- ' + select_object_msg);
|
||||
obj.editor.refresh();
|
||||
}, 10);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user