frontend for xcvr appview

maybe with better effect it's ok now

+1 -1
+1 -1
src/lib/components/AutoGrowTextArea.svelte
··· 163 if (inputEl && emojilist) { 164 computePosition(inputEl, emojilist, { 165 placement: "top", 166 - middleware: [flip({ mainAxis: false })], 167 }).then(({ x, y }) => { 168 if (emojilist !== undefined) { 169 Object.assign(emojilist.style, {
··· 163 if (inputEl && emojilist) { 164 computePosition(inputEl, emojilist, { 165 placement: "top", 166 + middleware: [flip()], 167 }).then(({ x, y }) => { 168 if (emojilist !== undefined) { 169 Object.assign(emojilist.style, {