From 0e771e24193eb7eaf56434fc0a6efc3209ad29f3 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Thu, 3 Oct 2019 12:13:29 +0100 Subject: [PATCH] Fix currentTiddler in pagecontrol buttons Bug introduced in 8db893b9c99744e02797aa1837657f33b9222d62 Fixes #4283 --- core/ui/PageControls.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/ui/PageControls.tid b/core/ui/PageControls.tid index 31df286fe..93a7bc224 100644 --- a/core/ui/PageControls.tid +++ b/core/ui/PageControls.tid @@ -7,7 +7,7 @@ $:/config/PageControlButtons/Visibility/$(listItem)$
<$list filter="[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]" variable="listItem"> <$set name="hidden" value=<>> -<$list filter="[!text[hide]]" storyview="pop"> +<$list filter="[!text[hide]]" storyview="pop" variable="ignore"> <$set name="tv-config-toolbar-class" filter="[] [encodeuricomponent[]addprefix[tc-btn-]]"> <$transclude tiddler=<> mode="inline"/>