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
picking components and the moving them around is slower than it needs to be. This happens because of the deep-ish copy while it moves instead of just altering the position information. To speed up, just alter the position information.
priority:medium
estimate:2
The text was updated successfully, but these errors were encountered:
picking components and the moving them around is slower than it needs to be. This happens because of the deep-ish copy while it moves instead of just altering the position information. To speed up, just alter the position information.
The text was updated successfully, but these errors were encountered: