Fix previewer not changing card

This commit is contained in:
RumovZ 2021-03-30 22:06:58 +02:00
parent f530c6d852
commit d7da1c1578

View file

@ -408,7 +408,7 @@ class Browser(QMainWindow):
@ensure_editor_saved
def onRowChanged(
self, current: Optional[QItemSelection], previous: Optional[QItemSelection]
self, _current: Optional[QItemSelection], _previous: Optional[QItemSelection]
) -> None:
"""Update current note and hide/show editor. """
if self._closeEventHasCleanedUp: