summaryrefslogtreecommitdiff
path: root/js/tool.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tool.js')
-rw-r--r--js/tool.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tool.js b/js/tool.js
index 43a00bf..837c889 100644
--- a/js/tool.js
+++ b/js/tool.js
@@ -5,7 +5,7 @@ function Tool (span) {
}
Tool.prototype.use = function(){}
Tool.prototype.focus = function(){
- focused && focused.blur()
+ // focused && focused.blur()
current_tool && current_tool.blur()
current_tool = this
this.span.classList.add('focused')