Removed one more instance of /notes2

This commit is contained in:
Magnus Åhall 2026-05-29 09:07:04 +02:00
parent f3e16207a6
commit bbce399bc3
2 changed files with 4 additions and 4 deletions

View file

@ -184,7 +184,7 @@ export class App {
}
if (!dontPush)
history.pushState({ nodeUUID }, '', `/notes2#${nodeUUID}`)
history.pushState({ nodeUUID }, '', `/#${nodeUUID}`)
const node = nodeStore.node(nodeUUID)
node.reset() // any modifications are discarded.