mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
Satisfy formatter
This commit is contained in:
parent
ac3577455d
commit
d41530f4cc
1 changed files with 3 additions and 1 deletions
|
@ -143,7 +143,9 @@ export function _showAnswer(a: string, bodyclass: string): void {
|
||||||
// avoid scrolling to the answer until images load
|
// avoid scrolling to the answer until images load
|
||||||
allImagesLoaded().then(scrollToAnswer);
|
allImagesLoaded().then(scrollToAnswer);
|
||||||
},
|
},
|
||||||
function () {/* noop */}
|
function () {
|
||||||
|
/* noop */
|
||||||
|
}
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue