mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
Fix previewer not changing card
This commit is contained in:
parent
f530c6d852
commit
d7da1c1578
1 changed files with 2 additions and 2 deletions
|
@ -408,7 +408,7 @@ class Browser(QMainWindow):
|
||||||
|
|
||||||
@ensure_editor_saved
|
@ensure_editor_saved
|
||||||
def onRowChanged(
|
def onRowChanged(
|
||||||
self, current: Optional[QItemSelection], previous: Optional[QItemSelection]
|
self, _current: Optional[QItemSelection], _previous: Optional[QItemSelection]
|
||||||
) -> None:
|
) -> None:
|
||||||
"""Update current note and hide/show editor. """
|
"""Update current note and hide/show editor. """
|
||||||
if self._closeEventHasCleanedUp:
|
if self._closeEventHasCleanedUp:
|
||||||
|
|
Loading…
Reference in a new issue