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

Fix: removing other tags during drag and drop

This commit is contained in:
Jermolene 2017-03-24 09:55:42 +00:00
parent 0493208a23
commit d9ed01b621

View File

@ -65,7 +65,7 @@ tags: $:/tags/Macro
<!-- Add the newly inserted item to the list -->
<$action-listops $tiddler=<<tag>> $field="list" $subfilter="+[insertbefore:currentTiddler<actionTiddler>]"/>
<!-- Make sure the newly added item has the right tag -->
<$action-listops $tiddler=<<actionTiddler>> $field="tags" $subfilter="+[<tag>]"/>
<$action-listops $tiddler=<<actionTiddler>> $tags="[<tag>]"/>
</$set>
\end