File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -751,7 +751,7 @@ class FloatContainer(Container):
751
751
floats=[
752
752
Float(xcursor=True,
753
753
ycursor=True,
754
- content=CompletionMenu (...))
754
+ content=CompletionsMenu (...))
755
755
])
756
756
757
757
:param z_index: (int or None) When specified, this can be used to bring
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ class ScrollablePane(Container):
29
29
30
30
If you want to display a completion menu for widgets in this
31
31
`ScrollablePane`, then it's still a good practice to use a
32
- `FloatContainer` with a `CompletionMenu ` in a `Float` at the top-level
32
+ `FloatContainer` with a `CompletionsMenu ` in a `Float` at the top-level
33
33
of the layout hierarchy, rather then nesting a `FloatContainer` in this
34
34
`ScrollablePane`. (Otherwise, it's possible that the completion menu
35
35
is clipped.)
You can’t perform that action at this time.
0 commit comments