Merge pull request #3733 from 343max/image-close

close image preview when user clicks outside the image
This commit is contained in:
AkiraFukushima 2022-11-04 21:01:56 +09:00 committed by GitHub
commit 14b9b81ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<font-awesome-icon icon="xmark" />
</el-button>
</div>
<div class="image-content" role="presentation">
<div class="image-content" role="presentation" @click.self="close">
<span class="button-area"
><el-button type="text" v-show="showLeft" @click="decrementIndex()"> <font-awesome-icon icon="angle-left" /> </el-button
></span>