mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-06-02 10:42:28 +00:00
Fix: removing other tags during drag and drop
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user