From 010483f705d6248aa01e08792ac6f67472365a32 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Mon, 30 Mar 2020 20:43:17 +0100 Subject: [PATCH] Fix ActionPopupWidget example Thanks @twmat The example had been written while there was a bug that changed the state tiddler titles used by the sidebar --- editions/tw5.com/tiddlers/widgets/ActionPopupWidget.tid | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/editions/tw5.com/tiddlers/widgets/ActionPopupWidget.tid b/editions/tw5.com/tiddlers/widgets/ActionPopupWidget.tid index 9aa5b0c47..c1b7003d3 100644 --- a/editions/tw5.com/tiddlers/widgets/ActionPopupWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ActionPopupWidget.tid @@ -19,11 +19,11 @@ The ''action-popup'' widget is invisible. Any content within it is ignored. ! Examples -Here is an example of button that triggers the "more" button in the sidebar "Tools" tab +Here is an example of button that triggers the "more" button in the sidebar "Tools" tab. You may need to scroll to see the popup <$macrocall $name='wikitext-example-without-html' src='<$button> -<$action-setfield $tiddler="$:/state/tab/sidebar-1206596165" $value="$:/core/ui/SideBar/Tools"/> -<$action-popup $state="$:/state/popup/more-435115636" $coords="(0,20,0,0)"/> +<$action-setfield $tiddler="$:/state/tab/sidebar--595412856" $value="$:/core/ui/SideBar/Tools"/> +<$action-popup $state="$:/state/popup/more-2053862905" $coords="(0,20,0,0)"/> Click me! '/>