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.
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 useTwicImg
for these images and having to use<img />
directly instead.Would love to see it added, and ideally any existing
img
attribute.