fix: comment card error

This commit is contained in:
Alex 2022-05-02 19:09:50 +12:00
parent 5227bfd14c
commit 8aa29e4361
2 changed files with 4 additions and 9 deletions

View File

@ -100,14 +100,9 @@ export default {
this.$vuetube.back this.$vuetube.back
); );
this.$vuetube.addBackAction( this.$vuetube.addBackAction(() => {
() => { this.search = false;
this.search = false; }, this.search);
},
() => {
return this.search;
}
);
// --- External URL Handling --- // // --- External URL Handling --- //
CapacitorApp.addListener("appUrlOpen", (event) => { CapacitorApp.addListener("appUrlOpen", (event) => {

View File

@ -156,7 +156,7 @@
v-if="loaded && video.commentData" v-if="loaded && video.commentData"
@click="showComments = !showComments" @click="showComments = !showComments"
> >
<v-card flat class="background comment-renderer"> <v-card flat class="background comment-renderer pa-0">
<v-card-text class="comment-count keep-spaces"> <v-card-text class="comment-count keep-spaces">
<template v-for="text in video.commentData.headerText.runs"> <template v-for="text in video.commentData.headerText.runs">
<template v-if="text.bold"> <template v-if="text.bold">