ミュート周り

This commit is contained in:
mattyatea 2023-10-07 09:50:02 +09:00
parent 8fb73c63d3
commit 4357c75a44
3 changed files with 6 additions and 2 deletions

View file

@ -5,6 +5,7 @@ SPDX-License-Identifier: AGPL-3.0-only
<template>
<div
v-if="!muted"
v-show="!isDeleted"
ref="el"
v-hotkey="keymap"
@ -144,6 +145,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</article>
</div>
<div v-else />
</template>
<script lang="ts" setup>