Fix editor page gesture confict

This commit is contained in:
LiuliFox
2025-11-01 13:38:38 +08:00
parent 17fd9b3606
commit 4053faa186
2 changed files with 2 additions and 1 deletions

View File

@@ -200,6 +200,7 @@ class _BodyState extends State<_Body> {
await ComicSourceManager().reload();
setState(() {});
}),
iosFullScreenGesture: false,
);
}