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
I'm not sure I follow why? The way I'm thinking of it is this:
Edit note: title="Test", existingFileTitle="Test"
Don't change the title, we delete existingFileTitle and create a new file title which both have the same name. (Note: You cannot overwrite an EncryptedFile)
OR
Edit note: title="Test", existingFileTitle="Test"
Change the name to "Done" -> title="Done", existingFileTitle="Test"
To save the note, we delete existingFileTitle and write title which removes the "Test" encrypted note and creates the "Done" encrypted note.
should change deleteFile(existingFileTitle) to deleteFile(title )
The text was updated successfully, but these errors were encountered: