Remove touch-undo

This commit is contained in:
Nick O'Leary 2014-05-08 21:54:20 +01:00
parent 1d2fcc6fa1
commit e061b2559c
1 changed files with 0 additions and 3 deletions

View File

@ -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();