1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 01:36:03 +02:00

refactor(frontend): use symbol for di

This commit is contained in:
syuilo
2025-03-29 16:04:01 +09:00
parent e5e4390494
commit 6c2c3f08be
3 changed files with 4 additions and 2 deletions

View File

@@ -140,7 +140,7 @@ import { DI } from '@/di.js';
const $i = ensureSignin();
const modal = inject('modal');
const modal = inject(DI.inModal, false);
const props = withDefaults(defineProps<PostFormProps & {
fixed?: boolean;