Commit 8118153
Fix report builder flashing on every column toggle
Remove redundant dispatch('refreshTable') from updatedSelectedColumns()
since Livewire already re-renders when the property changes. Increase
checkbox debounce from default 150ms to 500ms so rapid toggles are
batched into fewer requests.
Closes #101
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent bb232f0 commit 8118153
2 files changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
| |||
0 commit comments