better reply clicking

This commit is contained in:
ThatOneCalculator 2022-10-27 20:37:33 -07:00
parent 6bb5a99ab3
commit b9ecbdfbad
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "calckey",
"version": "12.119.0-calc.6.3",
"version": "12.119.0-calc.6.4",
"codename": "aqua",
"repository": {
"type": "git",

View file

@ -9,7 +9,7 @@
<Mfm v-if="note.cw != ''" class="text" :text="note.cw" :author="note.user" :i="$i" :custom-emojis="note.emojis"/>
<XCwButton v-model="showContent" :note="note"/>
</p>
<div v-show="note.cw == null || showContent" class="content">
<div v-show="note.cw == null || showContent" class="content" @click="router.push(notePage(note))">
<MkSubNoteContent class="text" :note="note"/>
</div>
</div>