Skip to content

Commit 9db9dc5

Browse files
committed
Final changes
1 parent 336af74 commit 9db9dc5

File tree

3 files changed

+12586
-12582
lines changed

3 files changed

+12586
-12582
lines changed

interface/src/lib/components/moonbase/FieldRenderer.svelte

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@
4747
4848
// Only send to server once per 50ms
4949
if (!throttleTimer) {
50+
// Send immediately on first interaction
51+
onChange(event);
52+
pendingSliderEvent = null;
53+
5054
throttleTimer = setTimeout(() => {
5155
if (pendingSliderEvent) {
5256
onChange(pendingSliderEvent);

0 commit comments

Comments
 (0)