1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-05 12:25:54 +02:00

fix(frontend): リンク動作のオーバーライドが動作していないのを修正

This commit is contained in:
syuilo
2024-10-04 16:41:08 +09:00
parent 3b0b4f83dd
commit ea2675eaab
3 changed files with 8 additions and 12 deletions

View File

@@ -38,8 +38,6 @@ const props = defineProps<{
host?: string | null;
url?: string;
useOriginalSize?: boolean;
menu?: boolean;
menuReaction?: boolean;
fallbackToImage?: boolean;
}>();