1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Tag-picker: delete double-definition of tag-actions (#4139)

This commit is contained in:
Simon Huber 2019-08-01 18:32:39 +02:00 committed by Jeremy Ruston
parent 0a6870656f
commit 2d4831f920

View File

@ -6,11 +6,6 @@ tags: $:/tags/Macro
<$action-deletetiddler $tiddler="$:/temp/NewTagName"/>
\end
\define add-tag-actions()
<$action-sendmessage $message="tm-add-tag" $param={{$:/temp/NewTagName}}/>
<$action-deletetiddler $tiddler="$:/temp/NewTagName"/>
\end
\define tag-button()
<$button class="tc-btn-invisible" tag="a">
$(actions)$