From e061b2559c90056cdea39085cbacfa6e2cd6b205 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Thu, 8 May 2014 21:54:20 +0100 Subject: [PATCH] Remove touch-undo --- public/red/ui/view.js | 3 --- 1 file changed, 3 deletions(-) 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();