You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of passing around the selected batch as the reference batch
when in absolute or RD-mode, leave the reference batch undefined to
avoid wrongly referencing into the selected batch with rightIndex.
When there is a reference:
leftIndex points to selected row (correct)
rightIndex points to reference row (correct)
Otherwise, before this change:
leftIndex pointed to selected row (correct)
rightIndex pointed to selected row (which is wrongly indexed)
Otherwise, after this change:
leftIndex points to selected row (correct)
rightIndex cannot point to undefined (caught by typescript)
The data shown in the table was correct. Only some cell coloring and
the preview image were sometimes stale.
0 commit comments