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
Viewport data no longer uses stringified numbers as the top level item keys but uses createKeyedItemKey to add a prefix to the numbers. This breaks SelectionUtils.optimizeSelection which still generates keys by simple numeric strings. This is the root cause of DH-16914. We should be able to fix this by adding an additional getKey argument to allow the caller to customize the key generation.
The text was updated successfully, but these errors were encountered:
Viewport data no longer uses stringified numbers as the top level item keys but uses
createKeyedItemKey
to add a prefix to the numbers. This breaksSelectionUtils.optimizeSelection
which still generates keys by simple numeric strings. This is the root cause of DH-16914. We should be able to fix this by adding an additionalgetKey
argument to allow the caller to customize the key generation.The text was updated successfully, but these errors were encountered: