Skip to content

Commit

Permalink
Feat: disable dbclick fullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyCreeper committed Oct 10, 2023
1 parent 95f3303 commit 779c28a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Player.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ onBeforeUnmount(() => {
watchers.forEach((watcher) => watcher());
});
Artplayer.DBCLICK_FULLSCREEN = false;
const artplayer = ref<HTMLDivElement>();
let art: Artplayer;
Expand Down

0 comments on commit 779c28a

Please sign in to comment.