1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-04-30 16:55:40 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
syuilo
a1994a4bf1 test 2025-11-10 18:50:02 +09:00

View File

@@ -428,7 +428,6 @@ const easterEggEngine = ref<{ stop: () => void } | null>(null);
const containerEl = useTemplateRef('containerEl');
function iconLoaded() {
if (containerEl.value == null) return;
const emojis = prefer.s.emojiPalettes[0].emojis;
const containerWidth = containerEl.value.offsetWidth;
for (let i = 0; i < 32; i++) {