Add temporary button to go back to previous note
This commit is contained in:
parent
5bc62d12f4
commit
7d6f610be0
3 changed files with 57 additions and 5 deletions
|
|
@ -132,7 +132,7 @@ function onCreateEditorFinish(text: string): void {
|
|||
}
|
||||
|
||||
function onMoveButtonClick(): void {
|
||||
ui.anchorId = props.segment.id;
|
||||
ui.pushAnchorId(props.segment.id);
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue