fix x press bug on draged in images
This commit is contained in:
parent
702f853a11
commit
ecd1d294c7
@ -500,7 +500,7 @@ var whiteboard = {
|
||||
'</div>');
|
||||
imgDiv.find(".xCanvasBtn").click(function () {
|
||||
_this.imgDragActive = false;
|
||||
this.refreshCursorAppearance();
|
||||
_this.refreshCursorAppearance();
|
||||
imgDiv.remove();
|
||||
if(wasTextTool) {
|
||||
_this.setTool("text");
|
||||
|
Loading…
Reference in New Issue
Block a user