Removed one more instance of /notes2
This commit is contained in:
parent
f3e16207a6
commit
bbce399bc3
2 changed files with 4 additions and 4 deletions
|
|
@ -184,7 +184,7 @@ export class App {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!dontPush)
|
if (!dontPush)
|
||||||
history.pushState({ nodeUUID }, '', `/notes2#${nodeUUID}`)
|
history.pushState({ nodeUUID }, '', `/#${nodeUUID}`)
|
||||||
|
|
||||||
const node = nodeStore.node(nodeUUID)
|
const node = nodeStore.node(nodeUUID)
|
||||||
node.reset() // any modifications are discarded.
|
node.reset() // any modifications are discarded.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue