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
- Add parsed serialized string when cloning. When cloning, the new
onject will have null as parsed serialized string. This commit
adds the parsed serialized string to the cloned object.
Link to #15
- Setting the parsed serialization will result in hasChanged being
set to true, which will cause the entry to be marked as changed. This
caused differences when the original entry was not serlized.
The fix has added a check of original entry to see if it has
parsed serialization, and if it does, it will be set to the new
entry.
Link to #15
As the title suggested, when copying an entry or entires, only the referenced string constant should be added to the clipboard.
The text was updated successfully, but these errors were encountered: