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
Currently the dataStore and the history don't manage the order of the paths and the entities but it should in a case where the order has its importance for history necessities (example z-index in 2D).
In order: DataStore
Add method that can get the index of a entity in its path
Add method that exchange two entities
History
Check the order difference when applying snapshot
Reorder the entities
The text was updated successfully, but these errors were encountered:
Currently the dataStore and the history don't manage the order of the paths and the entities but it should in a case where the order has its importance for history necessities (example z-index in 2D).
In order:
DataStore
History
The text was updated successfully, but these errors were encountered: