remove tooltip
This commit is contained in:
parent
0b4376113e
commit
5919f564ff
|
@ -73,7 +73,6 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
</div>
|
</div>
|
||||||
<div :class="$style.draftActions">
|
<div :class="$style.draftActions">
|
||||||
<MkButton
|
<MkButton
|
||||||
v-tooltip="i18n.ts._drafts.delete"
|
|
||||||
short
|
short
|
||||||
:class="$style.itemButton"
|
:class="$style.itemButton"
|
||||||
@click.stop="deleteDraft(draft)"
|
@click.stop="deleteDraft(draft)"
|
||||||
|
|
Loading…
Reference in New Issue