Fix hotkeys not working

This commit is contained in:
EscherMoore 2023-03-15 19:46:36 -04:00
parent c4bf2fec6e
commit b51af7d798
1 changed files with 12 additions and 10 deletions

View File

@ -17,6 +17,7 @@
<div v-show="!video.error">
<div :class="isMobile ? 'flex-col' : 'flex'">
<keep-alive>
<VideoPlayer
ref="videoPlayer"
:video="video"
@ -27,6 +28,7 @@
:selected-auto-loop="selectedAutoLoop"
@timeupdate="onTimeUpdate"
/>
</keep-alive>
<ChaptersBar
:mobileLayout="isMobile"
v-if="video?.chapters?.length > 0 && showChapters"