From 4f2f5dc5580359bba21150af3ce5d34ad14b3ab4 Mon Sep 17 00:00:00 2001 From: Julie Lala Date: Sun, 30 Nov 2014 16:26:41 -0500 Subject: export to ascii / mirc / irssi --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/app.js') diff --git a/js/app.js b/js/app.js index 284ea13..b2f1dfa 100644 --- a/js/app.js +++ b/js/app.js @@ -34,7 +34,7 @@ function bind () { window.addEventListener('mouseup', function(){ dragging = erasing = false - if (current_tool.name != 'shader') { cursor_input.focus() } + if (current_tool.name != 'shader' && current_tool.name != 'load' && current_tool.name != 'save') { cursor_input.focus() } }); window.addEventListener('mousedown', function(e){ -- cgit v1.2.3-70-g09d2