mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-04 06:20:28 +00:00
Fix tabs global so it doesn't crash when viewed directly
This commit is contained in:
parent
5d413d3e2d
commit
58f01c9a20
@ -46,6 +46,16 @@ is-macro: yes
|
||||
</$list>
|
||||
\end
|
||||
|
||||
\?define __tabsList__()
|
||||
\?define __default__()
|
||||
\?define __state__()
|
||||
\?define __class__()
|
||||
\?define __template__()
|
||||
\?define __buttonTemplate__()
|
||||
\?define __retain__()
|
||||
\?define __actions__()
|
||||
\?define __explicitState__()
|
||||
|
||||
\whitespace trim
|
||||
<$qualify title=<<__state__>> name="qualifiedState">
|
||||
<$set name="tabsState" filter={{{ [<__explicitState__>minlength[1]] ~[<qualifiedState>] }}}>
|
||||
|
Loading…
Reference in New Issue
Block a user