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