Add temporary button to go back to previous note

This commit is contained in:
Joscha 2025-02-11 20:10:56 +01:00
parent 5bc62d12f4
commit 7d6f610be0
3 changed files with 57 additions and 5 deletions

View file

@ -132,7 +132,7 @@ function onCreateEditorFinish(text: string): void {
}
function onMoveButtonClick(): void {
ui.anchorId = props.segment.id;
ui.pushAnchorId(props.segment.id);
}
</script>