From 1018a9eb408816fbd62ff5e20b7671b8d8c975ad Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 21 Nov 2023 11:21:29 +0000 Subject: [PATCH] Update version number --- editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid b/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid index 71aa778bd..d31eb6e31 100644 --- a/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid +++ b/editions/tw5.com/tiddlers/widgets/ScrollableWidget.tid @@ -16,7 +16,7 @@ The content of the `<$scrollable>` widget is displayed within a pair of wrapper |!Attribute |!Description | |class |The CSS class(es) to be applied to the outer DIV | |fallthrough |See below | -|bind |<<.from-version "5.3.1">> Optional title of tiddler to which the scroll position should be bound | +|bind |<<.from-version "5.3.2">> Optional title of tiddler to which the scroll position should be bound | Binding the scroll position to a tiddler automatically copies the scroll coordinates into the `scroll-left` and `scroll-top` fields as scrolling occurs. Conversely, setting those field values will automatically cause the scrollable to scroll if it can.