I have a hidden element. eraser cannot get the offset value. Then in MouseDown event I add these codes if (data.posX == 0) { data.posX = $this.offset().left; data.posY = $this.offset().top; } can fix this bug
I have a hidden element.
eraser cannot get the offset value.
Then in MouseDown event
I add these codes
can fix this bug