Fix image modal, only show + room if the user is allowed

This commit is contained in:
Jon Staab
2025-11-13 10:32:37 -08:00
parent 8e2ebd11fc
commit cc4c7b5fe9
3 changed files with 14 additions and 5 deletions
+1
View File
@@ -34,6 +34,7 @@
target: element,
props: {
onClose: closeModals,
fullscreen: options.fullscreen,
children: createRawSnippet(() => ({
render: () => "<div></div>",
setup: (target: Element) => {