mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fix: removing other tags during drag and drop
This commit is contained in:
parent
0493208a23
commit
d9ed01b621
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user