diff --git a/editor/js/ui/editor.js b/editor/js/ui/editor.js index c5749e752..d6644da66 100644 --- a/editor/js/ui/editor.js +++ b/editor/js/ui/editor.js @@ -626,6 +626,9 @@ RED.editor = (function() { if (RED.view.state() != RED.state.IMPORT_DRAGGING) { RED.view.state(RED.state.DEFAULT); } + if (editing_node) { + RED.sidebar.info.refresh(editing_node); + } RED.workspaces.refresh(); }, show: function() {