mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Fix drag'n'drop of flows on FF
This commit is contained in:
		| @@ -36,6 +36,7 @@ var RED = function() { | ||||
|         var data = event.originalEvent.dataTransfer.getData("text/plain"); | ||||
|         RED.view.importNodes(data); | ||||
|         $("#dropTarget").hide(); | ||||
|         event.preventDefault(); | ||||
|     }); | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user