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
To make back / forward work better after renaming a note, we probably need to history.replaceState instead of history.pushState
The text was updated successfully, but these errors were encountered:
kjk
changed the title
Renaming a note should replace state instead of pushing
Renaming a note should replace history state instead of pushing
Jul 6, 2024
To make back / forward work better after renaming a note, we probably need to
history.replaceState
instead ofhistory.pushState
The text was updated successfully, but these errors were encountered: