mirror of
https://github.com/misenhower/splatoon2.ink.git
synced 2026-08-27 21:14:12 -05:00
Close the stage image modal when the image is clicked
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
<Modal v-if="isOpen" @close="isOpen = false">
|
||||
<div class="modal-content tilt-right-slight is-wide">
|
||||
<p class="image is-16by9">
|
||||
<p class="image is-16by9" @click="isOpen = false">
|
||||
<img :src="largeImage" />
|
||||
</p>
|
||||
<p class="has-text-centered">
|
||||
|
||||
Reference in New Issue
Block a user