mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
fix
This commit is contained in:
parent
e890e606aa
commit
6b254ee2d5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<button
|
||||
class="menu _button"
|
||||
@click="menu"
|
||||
@click.stop="menu"
|
||||
v-tooltip="i18n.ts.menu"
|
||||
>
|
||||
<i
|
||||
|
@ -19,7 +19,7 @@
|
|||
blocking: isBlocking,
|
||||
}"
|
||||
:disabled="wait"
|
||||
@click="onClick"
|
||||
@click.stop="onClick"
|
||||
:aria-label="`${state} ${user.name || user.username}`"
|
||||
>
|
||||
<template v-if="!wait">
|
||||
|
|
Loading…
Reference in a new issue