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 an element is copied and then changed, the pasted element is similar to the copied element after the changes. It is due to the flag copied in elements in store, which does not ensure a real "snapshot" of the current copied element.
The text was updated successfully, but these errors were encountered:
When an element is copied and then changed, the pasted element is similar to the copied element after the changes. It is due to the flag
copied
inelements
instore
, which does not ensure a real "snapshot" of the current copied element.The text was updated successfully, but these errors were encountered: