Revert "Make preview editor button focus the editor"

This reverts commit f383863654.
This commit is contained in:
Jeremy Ruston 2023-09-19 16:08:13 +01:00
parent f383863654
commit b82f012c0c
1 changed files with 0 additions and 2 deletions

View File

@ -12,10 +12,8 @@ shortcuts: ((preview))
<$reveal state=<<edit-preview-state>> type="match" text="yes" tag="span">
{{$:/core/images/preview-open}}
<$action-setfield $tiddler=<<edit-preview-state>> $value="no"/>
<$action-sendmessage $message="tm-edit-text-operation" $param="focus-editor"/>
</$reveal>
<$reveal state=<<edit-preview-state>> type="nomatch" text="yes" tag="span">
{{$:/core/images/preview-closed}}
<$action-setfield $tiddler=<<edit-preview-state>> $value="yes"/>
<$action-sendmessage $message="tm-edit-text-operation" $param="focus-editor"/>
</$reveal>