fix code quality issues

This commit is contained in:
まっちゃとーにゅ 2024-02-22 08:06:07 +09:00
parent 50caa3fd5c
commit 1dce84dfe3
No known key found for this signature in database
GPG key ID: 6AFBBF529601C1DB
3 changed files with 10 additions and 24 deletions

View file

@ -47,9 +47,7 @@ import { instance } from '@/instance.js';
import { miLocalStorage } from '@/local-storage.js';
import * as os from '@/os.js';
const emit = defineEmits<{
(ev: 'closed'): void;
}>();
const emit = defineEmits<(ev: 'closed') => void>();
const zIndex = os.claimZIndex('low');