mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 10:00:50 +08:00
fix(markdown): Fix focusAbsoluteEnd
This commit is contained in:
parent
791a2caac3
commit
176155275f
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ class MarkdownEditor extends React.Component
|
|||
|
||||
focusAbsoluteEnd: =>
|
||||
@focus()
|
||||
@mde.codemirror.execCommand('goDocEnd')
|
||||
|
||||
getCurrentSelection: ->
|
||||
|
||||
|
|
Loading…
Reference in a new issue