dumb initial _showQuestion call

This commit is contained in:
Luc Mcgrady 2025-09-03 23:24:45 +01:00
parent 0acc8d14e0
commit a08bca2673
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -1274,6 +1274,7 @@ class SvelteReviewer(Reviewer):
def _linkHandler(self, url: str) -> None:
if url == "bottomReady":
self._showQuestion()
self._remaining()
return
super()._linkHandler(url)