diff --git a/editor/js/ui/view.js b/editor/js/ui/view.js index 3a84c1b73..41a3d7ad1 100644 --- a/editor/js/ui/view.js +++ b/editor/js/ui/view.js @@ -71,7 +71,7 @@ RED.view = (function() { .attr("pointer-events", "all") .style("cursor","crosshair") .on("mousedown", function() { - this.focus(); + $(this).focus(); }); var vis = outer