Use workaround to keep representation coordinates in order #46
No reviewers
Labels
No labels
bug
design
duplicate
enhancement
maintenance
prospective
question
todo
ui
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: StudioInfinity/dyna3#46
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "Vectornaut/dyna3:rep-disp-order_on_main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes #41 by rendering representation vectors with a static list view rather than an
Indexed
view. The Sycamore maintainer has confirmed thatIndexed
is always supposed to display list items in order, so I think #41 is likely caused by a bug inIndexed
. We should consider reverting this pull request when the bug is fixed.