Fix canvas focus issue on FF/IE

This commit is contained in:
Nick O'Leary 2015-06-17 22:52:04 +01:00
parent c00558ea1b
commit 0e12fc6b02
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ RED.view = (function() {
.attr("pointer-events", "all")
.style("cursor","crosshair")
.on("mousedown", function() {
this.focus();
$(this).focus();
});
var vis = outer