Skip to content

Commit

Permalink
fix fullscreen toggle on present page (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
jxjj authored Aug 30, 2024
1 parent 856bcbc commit 95f191e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/views/PresentPage/PresentPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<Spinner v-if="!folder" />
<div v-if="folder && chime" class="present-container">
<Fullscreen @change="isFullscreen = !isFullscreen">
<Fullscreen v-model="isFullscreen">
<PresentQuestion
v-if="currentQuestion"
:usersCount="usersCount"
Expand Down

0 comments on commit 95f191e

Please sign in to comment.