fix tags panel may overscroll on iOS

This commit is contained in:
2023-09-16 21:46:03 +08:00
parent f7475cbced
commit 24f9baa7dc
7 changed files with 27 additions and 0 deletions

1
lib/platform/ua.dart Normal file
View File

@@ -0,0 +1 @@
export 'ua_none.dart' if (dart.library.html) 'ua_web.dart';