File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ sealed trait ScrollRestoration extends js.Any
1010 * which contains the spec for ScrollRestoration
1111 */
1212object ScrollRestoration {
13+ /** The location on the page to which the user has scrolled will be restored. */
1314 val auto : ScrollRestoration = " auto" .asInstanceOf [ScrollRestoration ]
15+ /** The location on the page is not restored. The user will have to scroll to the location manually. */
1416 val manual : ScrollRestoration = " manual" .asInstanceOf [ScrollRestoration ]
15- }
17+ }
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ object ScrollRestoration {
1313 val auto : ScrollRestoration = " auto"
1414 /** The location on the page is not restored. The user will have to scroll to the location manually. */
1515 val manual : ScrollRestoration = " manual"
16- }
16+ }
You can’t perform that action at this time.
0 commit comments