mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 06:26:56 +00:00
Use the new "match" operator across the core
Instead of the old "prefix" hack
This commit is contained in:
@@ -119,7 +119,7 @@ caption: {{$:/language/ControlPanel/KeyboardShortcuts/Caption}}
|
||||
</td>
|
||||
</tr>
|
||||
<$set name="dropdownState" value={{$(dropdownStateTitle)$}}>
|
||||
<$list filter="[<dropdownState>prefix[open]]" variable="listItem">
|
||||
<$list filter="[<dropdownState>match[open]]" variable="listItem">
|
||||
<<shortcut-editor>>
|
||||
</$list>
|
||||
</$set>
|
||||
|
||||
Reference in New Issue
Block a user