1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Mobile: Note editor: Hash links: Move cursor to header or anchor associated with link target (#12129)

This commit is contained in:
Henry Heino
2025-04-18 02:30:45 -07:00
committed by GitHub
parent eccb8350fe
commit b3823025cf
3 changed files with 23 additions and 0 deletions

View File

@@ -1585,6 +1585,7 @@ class NoteScreenComponent extends BaseScreenComponent<ComponentProps, State> imp
toolbarEnabled={this.props.toolbarEnabled}
themeId={this.props.themeId}
noteId={this.props.noteId}
noteHash={this.props.noteHash}
initialText={note.body}
initialSelection={this.selection}
onChange={this.onMarkdownEditorTextChange}