Added: Comment

This commit is contained in:
Luc Mcgrady 2025-11-25 18:08:37 +00:00
parent c576118ae3
commit 0478694032
No known key found for this signature in database
GPG key ID: 4F3D7A0B17CC3D9C

View file

@ -1248,6 +1248,7 @@ class SvelteReviewer(Reviewer):
if not self._scheduler_version_check():
return
self._initWeb()
# Prevents the shortcuts selecting the toolbar buttons for the next time enter is pressed
self.mw.setStateShortcuts(self._shortcutKeys()) # type: ignore
def _linkHandler(self, url: str) -> None: