frontend for xcvr appview

idk why this is necessary

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