tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
prevent default paste
moth11.net
4 months ago
70151ba7
fa8e61f5
+1
1 changed file
expand all
collapse all
unified
split
src
lib
components
AutoGrowTextArea.svelte
+1
src/lib/components/AutoGrowTextArea.svelte
···
186
186
if (blob === null) {
187
187
return;
188
188
}
189
189
+
event.preventDefault();
189
190
imageHandler?.(blob);
190
191
}
191
192
}