You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
commenting out two lines in dist/dragula.js solves the issue for me, but this "fix" looks very ugly and unnecessary, perhaps I'm missing something obvious here?
Here are the lines I commented out in renderMirrorImage()
commenting out two lines in dist/dragula.js solves the issue for me, but this "fix" looks very ugly and unnecessary, perhaps I'm missing something obvious here?
Here are the lines I commented out in renderMirrorImage()
459 //_mirror.style.width = getRectWidth(rect) + 'px';
460 //_mirror.style.height = getRectHeight(rect) + 'px';
The text was updated successfully, but these errors were encountered: