mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -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(" > ");
|
||||
}
|
||||
|
||||
export const images: HTMLImageElement[] = [];
|
||||
export let images: HTMLImageElement[] = [];
|
||||
|
||||
$: for (const [index, image] of images.entries()) {
|
||||
const rule = sheet.cssRules[index] as CSSStyleRule;
|
||||
|
|
Loading…
Reference in a new issue