tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
this should be right
moth11.net
4 months ago
8b848246
5a12eaea
+1
-1
2 changed files
expand all
collapse all
unified
split
src
lib
components
Transmitter.svelte
wscontext.svelte.ts
-1
src/lib/components/Transmitter.svelte
···
94
94
if (imageURL) {
95
95
URL.revokeObjectURL(imageURL);
96
96
}
97
97
-
98
97
ctx.cancelImage();
99
98
imageAlt = "";
100
99
imageURL = undefined;
+1
src/lib/wscontext.svelte.ts
···
219
219
initImage = (blob: File) => {
220
220
if (!this.myMedia) {
221
221
initImage(this)
222
222
+
this.mediaactive = true
222
223
const api = import.meta.env.VITE_API_URL
223
224
const endpoint = `${api}/lrc/image`
224
225
const formData = new FormData()