Comment plugin: Autofocus new comment edit box

Fixes #3408
single-tiddler-mode
Jermolene 2018-08-22 09:57:31 +01:00
rodzic 0151d8e564
commit 03602215c4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ title: $:/plugins/tiddlywiki/comments/comments-template
</div>
<div class="tc-comment-entry-body">
<$reveal type="match" state="!!edit-mode" text="yes">
<$edit-text tiddler=<<currentTiddler>> tag="textarea"/>
<$edit-text tiddler=<<currentTiddler>> tag="textarea" focus="true"/>
</$reveal>
<$reveal type="nomatch" state="!!edit-mode" text="yes">
<$transclude tiddler=<<currentTiddler>> mode="block"/>