1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 13:05:57 +02:00
This commit is contained in:
syuilo
2025-08-25 13:40:41 +09:00
parent f2d15f9240
commit 2b9706a68b
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ const props = withDefaults(defineProps<{
currentVisibility: typeof Misskey.noteVisibilities[number];
isSilenced: boolean;
localOnly: boolean;
anchorElement?: HTMLElement;
anchorElement?: HTMLElement | null;
isReplyVisibilitySpecified?: boolean;
}>(), {
});