mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 14:29:10 -05:00
Make images in SizeSelect variable again
This commit is contained in:
parent
f7a99063a8
commit
76d56d73a7
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