From c17551dcadbebc2d7f1e656584fcd73755a03a20 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Mon, 16 Oct 2017 20:38:18 -0700 Subject: [PATCH] Shorter timeout --- static/scripts/editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/scripts/editor.js b/static/scripts/editor.js index 16fcdea..213345f 100644 --- a/static/scripts/editor.js +++ b/static/scripts/editor.js @@ -14,7 +14,7 @@ editor.orientations = [ editor.checkTimeOut = function() { editor.gridTimeOut += 1; - editor.grid.visible = editor.gridTimeOut < 20; + editor.grid.visible = editor.gridTimeOut < 10; } editor.onFreeMove = function() {