diff options
Diffstat (limited to 'js/tool.js')
| -rw-r--r-- | js/tool.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ Tool.prototype.focus = function(){ current_tool = this this.span.classList.add('focused') this.use() + if (this.name != 'shader') { cursor_input.focus() } } Tool.prototype.blur = function(){ current_tool = null |
