Skip to content

Commit 19ac6e4

Browse files
committed
Use query parameter instead of URL hash for codegen transfer
1 parent 1b73718 commit 19ac6e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
}
127127
128128
const encoded = await compressAndEncode(pythonCode);
129-
window.open(`${CODEGEN_URL}#code=${encoded}`, '_blank');
129+
window.open(`${CODEGEN_URL}?code=${encoded}`, '_blank');
130130
flashSaveButton('codegen');
131131
}
132132

0 commit comments

Comments
 (0)