1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-21 07:35:36 +02:00
This commit is contained in:
syuilo
2024-08-20 10:51:02 +09:00
parent 59e83605ac
commit 1b5f0571f7
2 changed files with 16 additions and 2 deletions

View File

@@ -96,6 +96,7 @@ const decorationsForPreview = computed(() => {
flipH: flipH.value,
offsetX: offsetX.value,
offsetY: offsetY.value,
blink: true,
};
const decorations = [...$i.avatarDecorations];
if (props.usingIndex != null) {