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
When 2 components have the same type and same id then it makes only the first one able to move (when you click and drag on the second one it still moves the first one).
Potential fixing behavior:
When clicking on "Draw", if there are components with the same type and same id, enforce the value of the second one to [duplicated_id]_2
Raise an error and ask the user to modify the duplicated id before switching to the draw view
The text was updated successfully, but these errors were encountered:
Description
When 2 components have the same type and same id then it makes only the first one able to move (when you click and drag on the second one it still moves the first one).
Potential fixing behavior:
[duplicated_id]_2
The text was updated successfully, but these errors were encountered: