mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 03:47:40 -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>
|
<template>
|
||||||
<button
|
<button
|
||||||
class="menu _button"
|
class="menu _button"
|
||||||
@click="menu"
|
@click.stop="menu"
|
||||||
v-tooltip="i18n.ts.menu"
|
v-tooltip="i18n.ts.menu"
|
||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
|
@ -19,7 +19,7 @@
|
||||||
blocking: isBlocking,
|
blocking: isBlocking,
|
||||||
}"
|
}"
|
||||||
:disabled="wait"
|
:disabled="wait"
|
||||||
@click="onClick"
|
@click.stop="onClick"
|
||||||
:aria-label="`${state} ${user.name || user.username}`"
|
:aria-label="`${state} ${user.name || user.username}`"
|
||||||
>
|
>
|
||||||
<template v-if="!wait">
|
<template v-if="!wait">
|
||||||
|
|
Loading…
Reference in a new issue