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
Problem:
Currently in Memo app, if we create a note without providing title or description, the empty JSON is written to the properties storage: {"titles":[""],"descriptions":[""]}
Expected:
We should only persist a property field to file if it's non-empty.
Problem:
Currently in
Memoapp, if we create a note without providing title or description, the empty JSON is written to the properties storage:{"titles":[""],"descriptions":[""]}Expected:
We should only persist a property field to file if it's non-empty.