mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-04 02:51:28 +03:00
opt: custom scroll for better scroll and add trackpad support
This commit is contained in:
@@ -852,7 +852,9 @@ class _PeerTabbedPageState extends State<_PeerTabbedPage>
|
||||
Widget _createTabBarView() {
|
||||
return Expanded(
|
||||
child: PageView(
|
||||
controller: _pageController, children: super.widget.children)
|
||||
physics: NeverScrollableScrollPhysics(),
|
||||
controller: _pageController,
|
||||
children: super.widget.children)
|
||||
.marginSymmetric(vertical: 12));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user