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
I'm working on a UI with draggable interactions, TwicImg does not let me pass draggable={false}.
This means that on desktop the images get dragged instead of the elements that contain them, as I intended.
For the time being this means I can't use TwicImg for these images and having to use <img /> directly instead.
Would love to see it added, and ideally any existing img attribute.
The text was updated successfully, but these errors were encountered:
I'm working on a UI with draggable interactions, TwicImg does not let me pass
draggable={false}
.This means that on desktop the images get dragged instead of the elements that contain them, as I intended.
For the time being this means I can't use
TwicImg
for these images and having to use<img />
directly instead.Would love to see it added, and ideally any existing
img
attribute.The text was updated successfully, but these errors were encountered: