tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
idk why this is necessary
moth11.net
6 months ago
6e0978b1
cefd8934
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
components
AutoGrowTextArea.svelte
+1
-1
src/lib/components/AutoGrowTextArea.svelte
···
166
166
middleware: [flip({ fallbackPlacements: ["bottom"] })],
167
167
}).then(({ x, y }) => {
168
168
if (emojilist !== undefined) {
169
169
-
Object.assign(emojilist.style, {
169
169
+
Object.assign(emojilist?.style, {
170
170
left: `${x}px`,
171
171
top: `${y}px`,
172
172
});