ardittristan / VTTColorSettings

adds color picker as settings option in Foundry VTT
MIT License
10 stars 9 forks source link

Added Change Event #18

Closed mouse0270 closed 3 years ago

mouse0270 commented 3 years ago

If input or button has data-watch-picker-change they will get a change event as they drag around the color picker. Used for when you need to see live color changing.

mouse0270 commented 3 years ago

Hold off, I want to try and make it so it debounce's and doesn't spam the call to much

mouse0270 commented 3 years ago

I've added a delay, this should stop spam which was causing lag.