Skip to content

Commit bb5727c

Browse files
Tsvetomir-Hrdimodi
authored andcommitted
Update knowledge-base/dialog-close-on-esc.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent db1d4e6 commit bb5727c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/dialog-close-on-esc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To ensure the Dialog closes on `ESC` even after focusing the content, wrap the D
6262
</style>
6363
6464
@code {
65-
private bool DialogVisible { get; set; }
65+
private bool DialogVisible { get; set; } = true;
6666
private string SampleText { get; set; } = string.Empty;
6767
6868
private void OpenDialog()

0 commit comments

Comments
 (0)