diff options
| author | Julie Lala <jules@okfoc.us> | 2014-11-30 16:26:41 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2014-11-30 16:26:41 -0500 |
| commit | 4f2f5dc5580359bba21150af3ce5d34ad14b3ab4 (patch) | |
| tree | f9f0ea8d666c94148f1d950b7b3680a1e9efbb91 /js/app.js | |
| parent | 698f2aa71ffc1b9e56193c13e6366765134152c9 (diff) | |
export to ascii / mirc / irssi
Diffstat (limited to 'js/app.js')
| -rw-r--r-- | js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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){ |
