fix: enable closing project dialog with Esc key by default

This commit is contained in:
mlogclub
2026-06-21 11:56:18 +08:00
parent a7b7c20551
commit b8a172123d
2 changed files with 29 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ function ProjectDialog({
bodyClassName,
footerClassName,
showCloseButton = true,
closeOnEsc = false,
closeOnEsc = true,
allowFullscreen = false,
defaultFullscreen = false,
bodyScrollable = true,