Focus main window when navigating to annotation from note window

This commit is contained in:
Martynas Bagdonas 2021-09-07 11:59:07 +03:00
parent 7672340819
commit d38d42d60c

View file

@ -1048,10 +1048,7 @@ class Reader {
} }
}; };
} }
reader._window.focus();
if (reader instanceof ReaderWindow) {
reader._window.focus();
}
} }
/** /**