Skip to content

Commit 424d5f1

Browse files
authored
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.
1 parent ac598e2 commit 424d5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cookbook/file-picker-and-uploads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ sudo apt-get install zenity
3232

3333
## Using file picker in your app
3434

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`.
3636

3737
```python
3838
import flet as ft

0 commit comments

Comments
 (0)