Update version number

This commit is contained in:
Jeremy Ruston 2023-11-21 11:21:29 +00:00
parent ce30e64a71
commit 1018a9eb40
1 changed files with 1 additions and 1 deletions

View File

@ -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.