Skip to content

Commit

Permalink
Fix: cah
Browse files Browse the repository at this point in the history
  • Loading branch information
LazyCreeper committed Nov 6, 2023
1 parent 762c19a commit 91c8c5a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/views/Cinema.vue
Original file line number Diff line number Diff line change
Expand Up @@ -613,6 +613,7 @@ let player: Artplayer;
function getPlayerInstance(art: Artplayer) {
player = art;
resetChatAreaHeight();
}
const parseVideoType = (movie: MovieInfo) => {
Expand All @@ -629,10 +630,6 @@ const resetChatAreaHeight = () => {
};
onMounted(() => {
setTimeout(() => {
resetChatAreaHeight();
}, 233);
watchers.push(
watch(WindowWidth, () => {
resetChatAreaHeight();
Expand Down

0 comments on commit 91c8c5a

Please sign in to comment.