1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-10-05 10:20:45 +00:00

dumpvariables - fix clear temp tiddler button

This commit is contained in:
pmario 2024-02-22 19:54:04 +01:00
parent 942c037c58
commit ac9b6b498c

View File

@ -51,14 +51,14 @@ tags: $:/tags/Global
\procedure dv-clearStatesButton() \procedure dv-clearStatesButton()
<$button class="tc-btn-invisible tc-tiny-gap-left"> <$button class="tc-btn-invisible tc-tiny-gap-left">
<!-- "search text details" should be preserved --> <!-- "search text details" should be preserved -->
<$action-deletetiddler $filter="[prefix<DV-SEARCH-STATE>] [<DV-TMP-SEARCH>]"/> <$action-deletetiddler $filter="[prefix<DV-SEARCH-STATE>]"/>
{{$:/core/images/fold-all-button}} {{$:/core/images/fold-all-button}}
</$button> </$button>
\end \end
\procedure dv-clearSearchButton() \procedure dv-clearSearchButton()
<$button class="tc-btn-invisible tc-tiny-gap-left"> <$button class="tc-btn-invisible tc-tiny-gap-left">
<$action-deletetiddler $tiddler=<<DV-TMP-SEARCH>>/> <$action-deletetiddler $tiddler=<<tf.dv-searchText>>/>
{{$:/core/images/close-button}} {{$:/core/images/close-button}}
</$button> </$button>
\end \end