narsenico / a-color-picker

A color picker for web app
MIT License
107 stars 21 forks source link

How does one safely destroy an ACPController instance? #18

Closed alindsay55661 closed 5 years ago

alindsay55661 commented 5 years ago

Is possible to detach it from a DOM node without destroying the node?

narsenico commented 5 years ago

Hi @alindsay55661 take a look at this fiddle https://jsfiddle.net/2a19tcLq/

alindsay55661 commented 5 years ago

Great thanks, might be worth documenting.