TwicPics / components

A Web component library that brings the power of TwicPics to your favorite web framework.
MIT License
54 stars 2 forks source link

TwicImg React - Can't set draggable to false #87

Closed motiazu closed 1 month ago

motiazu commented 10 months ago

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.

mbgspcii commented 1 month ago

HI @motiazu .

This should me fixed with 0.31.0

Sorry for the delay.

Happy coding.