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
On a Case-Insensitive filesystem, such as Mac OS X, a note is deleted if its title capitalization changes.
For example, renaming the title's note from "hello" to "Hello", the note is deleted.
I think the problem depend on the fact that function xolox#notes#save(), when the title changes, it copies the new note and then deletes the old one, instead of actually renaming.