Commit d8c279b
committed
fix(tables): send only the layout keys an action changes
Pin, reorder, and insert-column each shipped a full columnWidths snapshot
they never modified. Both sinks merge at top-level key granularity, so an
earlier-issued patch landing after a concurrent resize replaced the newer
width map with its stale copy.
Resize, auto-resize, and delete-column still send columnWidths — those
genuinely change it.1 parent c584cde commit d8c279b
1 file changed
Lines changed: 5 additions & 9 deletions
Lines changed: 5 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
715 | 718 | | |
716 | 719 | | |
717 | 720 | | |
718 | | - | |
719 | 721 | | |
720 | 722 | | |
721 | 723 | | |
| |||
1776 | 1778 | | |
1777 | 1779 | | |
1778 | 1780 | | |
1779 | | - | |
1780 | | - | |
1781 | | - | |
1782 | | - | |
| 1781 | + | |
1783 | 1782 | | |
1784 | 1783 | | |
1785 | 1784 | | |
| |||
3199 | 3198 | | |
3200 | 3199 | | |
3201 | 3200 | | |
3202 | | - | |
3203 | | - | |
3204 | | - | |
3205 | | - | |
| 3201 | + | |
3206 | 3202 | | |
3207 | 3203 | | |
3208 | 3204 | | |
| |||
0 commit comments