mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-09-04 11:58:03 +00:00
Fixed problem with tag dropdown list being inline rather than block
This commit is contained in:
@@ -8,7 +8,9 @@ title: $:/templates/TagTemplate
|
||||
* <$view field="title" format="link" />
|
||||
*.divider
|
||||
* <div>
|
||||
<$list filter="[is[current]tagging[]sort[title]]"><$view field="title" format="link" /></$list>
|
||||
<$list filter="[is[current]tagging[]sort[title]]">
|
||||
<$view field="title" format="link" />
|
||||
</$list>
|
||||
</div>
|
||||
|
||||
@@
|
||||
|
Reference in New Issue
Block a user