jQuery.eraser icon indicating copy to clipboard operation
jQuery.eraser copied to clipboard

Hidden Div cannot work

Open vi000246 opened this issue 6 years ago • 0 comments

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

vi000246 avatar May 04 '18 02:05 vi000246