This commit is contained in:
not-nullptr 2024-11-13 20:22:00 +00:00
parent 6803a99966
commit 4e367ce74f
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
convertersRequired.every((c) => c.ready),
);
files.beenToConverterPage = true;
onMount(() => {
isSm = window.innerWidth < 640;
window.addEventListener("resize", () => {