frontend for xcvr appview

it doesn't really matter but i don't want it to make error

+2 -2
+2 -2
src/lib/components/AutoGrowTextArea.svelte
··· 165 165 placement: "top", 166 166 middleware: [flip({ fallbackPlacements: ["bottom"] })], 167 167 }).then(({ x, y }) => { 168 - if (emojilist !== undefined) { 169 - Object.assign(emojilist?.style, { 168 + if (emojilist?.style) { 169 + Object.assign(emojilist.style, { 170 170 left: `${x}px`, 171 171 top: `${y}px`, 172 172 });