mirror of
https://activitypub.software/TransFem-org/Sharkey
synced 2024-11-22 22:15:12 +00:00
fix: don't open post on clicking renote
This commit is contained in:
parent
463dfd87b5
commit
f77a81c4bc
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue