Hide close button in dialog if in a noEscape modal

This commit is contained in:
Jon Staab
2026-03-17 14:55:40 -07:00
parent 368f0b048b
commit 58a6be911a
3 changed files with 11 additions and 7 deletions
+1
View File
@@ -42,6 +42,7 @@
target: element,
props: {
onClose: closeModal,
noEscape: options.noEscape,
fullscreen: options.fullscreen,
children: {component, props},
},