From 19c41332c434dddfa76da972c0b587632dd4668e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 22 Nov 2014 10:28:43 -0500 Subject: dont unfocus --- js/tool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/tool.js') 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') -- cgit v1.2.3-70-g09d2