summaryrefslogtreecommitdiff
path: root/js/app.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2014-11-30 16:26:41 -0500
committerJulie Lala <jules@okfoc.us>2014-11-30 16:26:41 -0500
commit4f2f5dc5580359bba21150af3ce5d34ad14b3ab4 (patch)
treef9f0ea8d666c94148f1d950b7b3680a1e9efbb91 /js/app.js
parent698f2aa71ffc1b9e56193c13e6366765134152c9 (diff)
export to ascii / mirc / irssi
Diffstat (limited to 'js/app.js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
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){