mirror of https://github.com/VERT-sh/VERT.git
oops
This commit is contained in:
parent
6803a99966
commit
4e367ce74f
|
@ -46,6 +46,8 @@
|
|||
convertersRequired.every((c) => c.ready),
|
||||
);
|
||||
|
||||
files.beenToConverterPage = true;
|
||||
|
||||
onMount(() => {
|
||||
isSm = window.innerWidth < 640;
|
||||
window.addEventListener("resize", () => {
|
||||
|
|
Loading…
Reference in New Issue