jaames / iro.js

🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats

Home Page:https://iro.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't unmount color picker

ksawery29 opened this issue · 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