diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-02-07 11:20:00 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-02-07 11:20:00 -0500 |
| commit | ebe49c97523205a7764182c45fa213aae79e844e (patch) | |
| tree | a5c0629c38f4e7513d3842f2535fb1cec30c1beb /js/app.js | |
| parent | 7c1e99bb1bc6c2a89bc42fb9c295933f38ac9e0c (diff) | |
switchin to other com
Diffstat (limited to 'js/app.js')
| -rw-r--r-- | js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ function bind () { if (selecting) { selection.up(e) } - }); + }) window.addEventListener('mousedown', function(e){ if (current_tool.name == "shader") { return } |
