forked from MapComplete/MapComplete
UI: explicitly pass dismissable
This commit is contained in:
parent
facba1e1a2
commit
9a907ea94a
2 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
|||
}))
|
||||
</script>
|
||||
|
||||
<Popup shown={showBigPreview} bodyPadding="p-0">
|
||||
<Popup shown={showBigPreview} bodyPadding="p-0" dismissable={true}>
|
||||
<div slot="close" />
|
||||
<div style="height: 80vh">
|
||||
<ImageOperations {image}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue