This commit is contained in:
syuilo 2024-10-31 13:47:47 +09:00
parent ceb60d61b0
commit 724dea8136
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ SPDX-License-Identifier: AGPL-3.0-only
:initialWidth="400"
:initialHeight="500"
:canResize="true"
@close="windowEl.close()"
@close="windowEl?.close()"
@closed="emit('closed')"
>
<template v-if="emoji" #header>:{{ emoji.name }}:</template>