1
0
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:
Nick O'Leary 2014-05-08 21:54:20 +01:00
parent 1d2fcc6fa1
commit e061b2559c

View File

@ -221,9 +221,6 @@ RED.view = function() {
// redraw(); // redraw();
// } else // } else
// //
if (typeof d3.touches(this)[0] == "object") {
pressTimer = setTimeout(function() { RED.history.pop(); }, 1500);
}
if (!mousedown_node && !mousedown_link) { if (!mousedown_node && !mousedown_link) {
selected_link = null; selected_link = null;
updateSelection(); updateSelection();