mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-02 10:58:01 +00:00
Remove the form from the search box
To stop unintended submission if the user presses enter
This commit is contained in:
@@ -2,8 +2,6 @@ title: $:/templates/SideBar
|
||||
|
||||
<!-- The implementation of tabs here is currently a bit unreadable -->
|
||||
|
||||
<form class="form-search">
|
||||
|
||||
@@.search-query
|
||||
<$edit tiddler="$:/temp/search" type="search" requireFocus="yes"/>
|
||||
@@
|
||||
@@ -18,8 +16,6 @@ title: $:/templates/SideBar
|
||||
|
||||
</$reveal>
|
||||
|
||||
</form>
|
||||
|
||||
<$reveal state="$:/temp/search" type="match" text="">
|
||||
|
||||
<div class="tw-tab-set">
|
||||
|
Reference in New Issue
Block a user