mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Remove touch-undo
This commit is contained in:
parent
1d2fcc6fa1
commit
e061b2559c
@ -221,9 +221,6 @@ RED.view = function() {
|
||||
// redraw();
|
||||
// } else
|
||||
//
|
||||
if (typeof d3.touches(this)[0] == "object") {
|
||||
pressTimer = setTimeout(function() { RED.history.pop(); }, 1500);
|
||||
}
|
||||
if (!mousedown_node && !mousedown_link) {
|
||||
selected_link = null;
|
||||
updateSelection();
|
||||
|
Loading…
Reference in New Issue
Block a user