You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed page.overlay.controls to just page.overlay
`page.overlay` is already a list of controls. `page.overlay.controls` does not exist and was previously an error, that could've confused some beginners.
Copy file name to clipboardExpand all lines: docs/cookbook/file-picker-and-uploads.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ sudo apt-get install zenity
32
32
33
33
## Using file picker in your app
34
34
35
-
It is recommended to add file picker to [`page.overlay.controls`](/docs/controls/page#overlay) collection, so it doesn't affect the layout of your app. Despite file picker has 0x0 size it is still considered as a control when put into `Row` or `Column`.
35
+
It is recommended to add file picker to [`page.overlay`](/docs/controls/page#overlay) collection, so it doesn't affect the layout of your app. Despite file picker has 0x0 size it is still considered as a control when put into `Row` or `Column`.
0 commit comments