Fix bug
This commit is contained in:
parent
f5d2564433
commit
780b9c51d1
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="mk-note-detail" :title="title">
|
<div class="mk-note-detail" :title="title">
|
||||||
<button
|
<button
|
||||||
class="read-more"
|
class="read-more"
|
||||||
v-if="p.reply && p.reply.replyId && context == null"
|
v-if="p.reply && p.reply.replyId && context.length == 0"
|
||||||
title="会話をもっと読み込む"
|
title="会話をもっと読み込む"
|
||||||
@click="fetchContext"
|
@click="fetchContext"
|
||||||
:disabled="contextFetching"
|
:disabled="contextFetching"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<div class="mk-note-detail">
|
<div class="mk-note-detail">
|
||||||
<button
|
<button
|
||||||
class="more"
|
class="more"
|
||||||
v-if="p.reply && p.reply.replyId && context == null"
|
v-if="p.reply && p.reply.replyId && context.length == 0"
|
||||||
@click="fetchContext"
|
@click="fetchContext"
|
||||||
:disabled="fetchingContext"
|
:disabled="fetchingContext"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue