Skip to content

1.1.1 load control

Compare
Choose a tag to compare
@devonChurch devonChurch released this 04 Apr 22:56
· 3 commits to master since this release
bc71f17

Fix 🐛and optimizations 🚀around Throttling and Debounce performance.

  • Feature: "Load Control" optimisation #1

Before 👎 🙁

The final color change is NOT caught causing the native UI to show red while the application UI shows blue

throttle-before

After 👍 🙂

Both native and application UI are now in sync, even when "aggressively" dragging the color range slider_.

throttle-after