fix: don't open post on clicking renote
This commit is contained in:
parent
463dfd87b5
commit
f77a81c4bc
@ -101,6 +101,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||||||
:class="$style.footerButton"
|
:class="$style.footerButton"
|
||||||
class="_button"
|
class="_button"
|
||||||
:style="renoted ? 'color: var(--accent) !important;' : ''"
|
:style="renoted ? 'color: var(--accent) !important;' : ''"
|
||||||
|
v-on:click.stop
|
||||||
@mousedown="renoted ? undoRenote() : renote()"
|
@mousedown="renoted ? undoRenote() : renote()"
|
||||||
>
|
>
|
||||||
<i class="ph-rocket-launch ph-bold ph-lg"></i>
|
<i class="ph-rocket-launch ph-bold ph-lg"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user