jaames/iro.js

Can't unmount color picker

ksawery29 opened this issue · 1 comments

As the title says, I can't unmount color picker by using document.querySelector().remove() or svelte logical functions (if, else).
Is there any built-in function to unmount it?

So I fixed unmounting by using document.querySelector('.IroColorPicker').remove();, it turns out that I was just dumb. There still should be a function to do that tho