Make images in SizeSelect variable again

This commit is contained in:
Henrik Giesel 2021-08-04 19:19:30 +02:00 committed by Damien Elmes
parent 386e2740e6
commit 7cd0ced35b

View file

@ -62,7 +62,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
return createPathRecursive([], element).join(" > ");
}
export const images: HTMLImageElement[] = [];
export let images: HTMLImageElement[] = [];
$: for (const [index, image] of images.entries()) {
const rule = sheet.cssRules[index] as CSSStyleRule;