Skip to content

Commit 08d001e

Browse files
authored
docs(window): Fix ContainmentSelector example (#2327)
1 parent 5d87d12 commit 08d001e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/window/position.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In this case, the Window will render inside the specified container and not as a
6969
7070
<TelerikWindow ContainmentSelector="#window-container"
7171
@bind-Width="@WindowWidth"
72-
Visible="@WindowVisible">
72+
@bind-Visible="@WindowVisible">
7373
<WindowActions>
7474
<WindowAction Name="Maximize" />
7575
<WindowAction Name="Close" />

0 commit comments

Comments
 (0)