mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-22 14:00:03 +00: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
@ -70,7 +70,7 @@ This plugin is already installed at version <$text text=<<installedVersion>>/>
|
|||||||
\end
|
\end
|
||||||
|
|
||||||
\define display-server-assets(type)
|
\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="">
|
<$reveal state="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" type="nomatch" text="">
|
||||||
<$button class="tc-btn-invisible">
|
<$button class="tc-btn-invisible">
|
||||||
<$action-setfield $tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" $field="text" $value=""/>
|
<$action-setfield $tiddler="""$:/temp/RemoteAssetSearch/$(currentTiddler)$""" $field="text" $value=""/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user