From e3c06163265f162d9dec1a663747959c1d9228c1 Mon Sep 17 00:00:00 2001 From: BurningTreeC Date: Tue, 4 Dec 2018 10:13:49 +0100 Subject: [PATCH] Missing stateTitle attribute in unfold viewtemplate (#3617) --- core/ui/ViewTemplate/unfold.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/ui/ViewTemplate/unfold.tid b/core/ui/ViewTemplate/unfold.tid index 588a01f97..edfccfa1f 100644 --- a/core/ui/ViewTemplate/unfold.tid +++ b/core/ui/ViewTemplate/unfold.tid @@ -2,13 +2,13 @@ title: $:/core/ui/ViewTemplate/unfold tags: $:/tags/ViewTemplate <$reveal tag="div" type="nomatch" state="$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar" text="hide"> -<$reveal tag="div" type="nomatch" state=<> text="hide" default="show" retain="yes" animate="yes"> +<$reveal tag="div" type="nomatch" stateTitle=<> text="hide" default="show" retain="yes" animate="yes"> <$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class="tc-fold-banner"> <$action-sendmessage $message="tm-fold-tiddler" $param=<> foldedState=<>/> {{$:/core/images/chevron-up}} -<$reveal tag="div" type="nomatch" state=<> text="show" default="show" retain="yes" animate="yes"> +<$reveal tag="div" type="nomatch" stateTitle=<> text="show" default="show" retain="yes" animate="yes"> <$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class="tc-unfold-banner"> <$action-sendmessage $message="tm-fold-tiddler" $param=<> foldedState=<>/> {{$:/core/images/chevron-down}}