diff --git a/public/js/whiteboard.js b/public/js/whiteboard.js index d357a7f..b60385c 100644 --- a/public/js/whiteboard.js +++ b/public/js/whiteboard.js @@ -500,7 +500,7 @@ var whiteboard = { ''); imgDiv.find(".xCanvasBtn").click(function () { _this.imgDragActive = false; - this.refreshCursorAppearance(); + _this.refreshCursorAppearance(); imgDiv.remove(); if(wasTextTool) { _this.setTool("text");