cyhnkckali / vue3-color-picker

The Unlicense
33 stars 9 forks source link

ColorPicker breaks when multiple instances on the page. #12

Closed kaskenov closed 3 months ago

kaskenov commented 3 months ago

Steps to reproduce: Add meltiple color pickers on one page. Explore that gradient bar is broken for some of them.

Possible solution: replace document.querySelector since it breaks functionality and add template ref.

kaskenov commented 3 months ago

I'm already on it.