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
Try replacing the above with this (It will remove settings.expandImagespeed) and see if it fixes it for you. Let me know. function resize(e) { e.preventDefault(); const nextPosX = e.pageX; node.style.width = node.offsetWidth + (nextPosX - posX) + "px"; posX = nextPosX; }
For every image I drag to expand, they get faster and faster, even with a low speed set in the options.
Is there a global 'speed' variable or something that mistakenly doesn't get reset when the user stops dragging on an image?
The text was updated successfully, but these errors were encountered: