1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2026-05-03 20:21:30 +00:00

AdvancedSearch keyboard shortcut: Let the navigator widget handle scrolling (#4955)

This commit is contained in:
Simon Huber
2020-11-01 12:22:34 +01:00
committed by GitHub
parent 4de0dc301b
commit ec70e5c179

View File

@@ -4,5 +4,5 @@ key: ((advanced-search))
<$navigator story="$:/StoryList" history="$:/HistoryList">
<$action-navigate $to="$:/AdvancedSearch"/>
<$action-sendmessage $message="tm-focus-selector" $param="""[data-tiddler-title="$:/AdvancedSearch"] .tc-search input"""/>
<$action-sendmessage $message="tm-focus-selector" $param="""[data-tiddler-title="$:/AdvancedSearch"] .tc-search input""" preventScroll="true"/>
</$navigator>