mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
dumb initial _showQuestion call
This commit is contained in:
parent
0acc8d14e0
commit
a08bca2673
1 changed files with 1 additions and 0 deletions
|
@ -1274,6 +1274,7 @@ class SvelteReviewer(Reviewer):
|
||||||
|
|
||||||
def _linkHandler(self, url: str) -> None:
|
def _linkHandler(self, url: str) -> None:
|
||||||
if url == "bottomReady":
|
if url == "bottomReady":
|
||||||
|
self._showQuestion()
|
||||||
self._remaining()
|
self._remaining()
|
||||||
return
|
return
|
||||||
super()._linkHandler(url)
|
super()._linkHandler(url)
|
||||||
|
|
Loading…
Reference in a new issue