mirror of
https://github.com/venera-app/venera.git
synced 2025-09-27 07:47:24 +00:00
download & view local comics
This commit is contained in:
@@ -510,6 +510,9 @@ class _ContinuousModeState extends State<_ContinuousMode>
|
||||
}
|
||||
});
|
||||
}
|
||||
if(event is KeyUpEvent) {
|
||||
return;
|
||||
}
|
||||
bool? forward;
|
||||
if (reader.mode == ReaderMode.continuousLeftToRight &&
|
||||
event.logicalKey == LogicalKeyboardKey.arrowRight) {
|
||||
|
Reference in New Issue
Block a user