mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
Satisfy formatter
This commit is contained in:
parent
0bb6f56c74
commit
0695638ed8
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
|
||||
allImagesLoaded().then(scrollToAnswer);
|
||||
},
|
||||
function () {/* noop */}
|
||||
function () {
|
||||
/* noop */
|
||||
}
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue