mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Make images in SizeSelect variable again
This commit is contained in:
parent
386e2740e6
commit
7cd0ced35b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
return createPathRecursive([], element).join(" > ");
|
return createPathRecursive([], element).join(" > ");
|
||||||
}
|
}
|
||||||
|
|
||||||
export const images: HTMLImageElement[] = [];
|
export let images: HTMLImageElement[] = [];
|
||||||
|
|
||||||
$: for (const [index, image] of images.entries()) {
|
$: for (const [index, image] of images.entries()) {
|
||||||
const rule = sheet.cssRules[index] as CSSStyleRule;
|
const rule = sheet.cssRules[index] as CSSStyleRule;
|
||||||
|
|
Loading…
Reference in a new issue