mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-04 01:26:41 +02:00
refactor
This commit is contained in:
@@ -152,7 +152,7 @@ const props = withDefaults(defineProps<{
|
||||
asDrawer?: boolean;
|
||||
asWindow?: boolean;
|
||||
asReactionPicker?: boolean; // 今は使われてないが将来的に使いそう
|
||||
targetNote?: Misskey.entities.Note;
|
||||
targetNote?: Misskey.entities.Note | null;
|
||||
}>(), {
|
||||
showPinned: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user