mirror of
https://github.com/ankitects/anki.git
synced 2026-01-10 04:23:54 -05:00
Added: Comment
This commit is contained in:
parent
c576118ae3
commit
0478694032
1 changed files with 1 additions and 0 deletions
|
|
@ -1248,6 +1248,7 @@ class SvelteReviewer(Reviewer):
|
||||||
if not self._scheduler_version_check():
|
if not self._scheduler_version_check():
|
||||||
return
|
return
|
||||||
self._initWeb()
|
self._initWeb()
|
||||||
|
# Prevents the shortcuts selecting the toolbar buttons for the next time enter is pressed
|
||||||
self.mw.setStateShortcuts(self._shortcutKeys()) # type: ignore
|
self.mw.setStateShortcuts(self._shortcutKeys()) # type: ignore
|
||||||
|
|
||||||
def _linkHandler(self, url: str) -> None:
|
def _linkHandler(self, url: str) -> None:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue