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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user