From fa8108778e67a7661c33e558a0652d6a074a27e4 Mon Sep 17 00:00:00 2001 From: Pete Shadbolt Date: Tue, 17 Oct 2017 14:01:14 -0700 Subject: [PATCH] And again --- 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 6db126d..cc6f40c 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 < 5000; + editor.grid.visible = editor.gridTimeOut < 500; } editor.onFreeMove = function() {