summaryrefslogtreecommitdiffstats
path: root/dgbuilder/public/red/ui/editor.js
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/public/red/ui/editor.js')
-rw-r--r--dgbuilder/public/red/ui/editor.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/dgbuilder/public/red/ui/editor.js b/dgbuilder/public/red/ui/editor.js
index 174af961..cae74d08 100644
--- a/dgbuilder/public/red/ui/editor.js
+++ b/dgbuilder/public/red/ui/editor.js
@@ -234,6 +234,11 @@ RED.editor = (function() {
}
}
} else if (RED.view.state() == RED.state.IMPORT) {
+ var nodeSet = getCurrentFlowNodeSet();
+ //console.dir(nodeSet);
+ if(nodeSet != null && nodeSet.length == 0){
+ RED.view.setIsImportAction(true);
+ }
RED.view.importNodes($("#node-input-import").val());
}
$( this ).dialog( "close" );