mirror of
https://github.com/sim1222/misskey.git
synced 2025-04-28 18:27:21 +09:00
fix: random appear edit button
This commit is contained in:
parent
940f61f5df
commit
079823e92e
@ -100,7 +100,7 @@
|
||||
<button ref="menuButton" :class="$style.footerButton" class="_button" @mousedown="menu()">
|
||||
<i class="ti ti-dots"></i>
|
||||
</button>
|
||||
<button v-if="appearNote.userId === $i.id && getAgo() > 0 || ago > 0" :class="$style.footerButton" class="_button" style="color: red" @click="delEdit()">
|
||||
<button v-if="(appearNote.userId === $i?.id) && (getAgo() > 0 || ago > 0)" :class="$style.footerButton" class="_button" style="color: red" @click="delEdit()">
|
||||
<i class="ti ti-edit"></i>
|
||||
<p :class="$style.footerButtonCount">{{ ago }}</p>
|
||||
</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user