1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-02-21 05:20:01 +00:00

Fix the missing bracket in controls.tid BIDI version (#8939)

Fix the missing bracket in controls.tid BIDI version
This commit is contained in:
Mohammad Rahmani 2025-02-14 21:12:36 +03:30 committed by GitHub
parent a62e39a689
commit 89f5e0802d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ tags: $:/tags/EditTemplate
\define config-title() $:/config/EditToolbarButtons/Visibility/$(listItem)$
\whitespace trim
<div class="tc-tiddler-title tc-tiddler-edit-title tc-clearfix" dir=<<tv-text-direction>>
<div class="tc-tiddler-title tc-tiddler-edit-title tc-clearfix" dir=<<tv-text-direction>> >
<$view field="title"/>
<span class="tc-tiddler-controls tc-titlebar">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]" variable="listItem">