mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-05 16:51:36 -08:00
No longer autofocus the search box in the plugin library
It messes things up in iOS, and perhaps other browsers too
This commit is contained in:
parent
825f0f4e2b
commit
7b4153f87f
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ This plugin is already installed at version <$text text=<<installedVersion>>/>
|
|||
\end
|
||||
|
||||
\define display-server-assets(type)
|
||||
Search: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" default="" type="search" tag="input" focus="true"/>
|
||||
Search: <$edit-text tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" default="" type="search" tag="input"/>
|
||||
<$reveal state="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" type="nomatch" text="">
|
||||
<$button class="tc-btn-invisible">
|
||||
<$action-setfield $tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" $field="text" $value=""/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue