Create Page - excel file disappears on interaction, losing state #282
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
The bug is confirmed, and not just for the excel files. We are generally glitching due to modifying state directly.
Additionally, updating a file list (adding a new, removing) will lose all our drawn field data.
Having fixed the state persistence we can no longer update the
drawnFields
as we used to, too many updates block the UI thread and rendering only completes once we release mouse button.