diff --git a/public/red/ui/view.js b/public/red/ui/view.js index 78431d697..9c698cdc2 100644 --- a/public/red/ui/view.js +++ b/public/red/ui/view.js @@ -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();