tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
it doesn't really matter but i don't want it to make error
moth11.net
6 months ago
749c1872
6e0978b1
+2
-2
1 changed file
expand all
collapse all
unified
split
src
lib
components
AutoGrowTextArea.svelte
+2
-2
src/lib/components/AutoGrowTextArea.svelte
···
165
165
placement: "top",
166
166
middleware: [flip({ fallbackPlacements: ["bottom"] })],
167
167
}).then(({ x, y }) => {
168
168
-
if (emojilist !== undefined) {
169
169
-
Object.assign(emojilist?.style, {
168
168
+
if (emojilist?.style) {
169
169
+
Object.assign(emojilist.style, {
170
170
left: `${x}px`,
171
171
top: `${y}px`,
172
172
});