Skip to content

Commit

Permalink
Lintfix
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich committed Aug 15, 2023
1 parent daabdd6 commit 1e576e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/ep/FullscreenView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ function toggleFullscreen() {
v-if="isFullscreen"
class="fixed inset-0 z-50 flex items-center justify-center"
>
<div @click="toggleFullscreen" class="absolute inset-0 bg-black opacity-50" />
<div
@click="toggleFullscreen"
class="absolute inset-0 bg-black opacity-50"

Check warning on line 41 in components/ep/FullscreenView.vue

View workflow job for this annotation

GitHub Actions / Test

Attribute "class" should go before "@click"
/>
<Icon
class="fullscreen-view__button--close"
name="heroicons:x-mark"
Expand Down

0 comments on commit 1e576e9

Please sign in to comment.