Commit c12bb9a
Fix interactive viz freezing: switch sliders to updatemode=mouseup
Drag mode fires a callback on every pixel of movement, overwhelming
the server when data loading + figure build takes >100ms. Mouseup
fires only on release, eliminating callback queue buildup.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent d2a5d20 commit c12bb9a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments