disable scale gestures

pull/24006/head
goalie2002 2025-11-19 13:35:11 -08:00
parent 45a0315606
commit 45be8346b1
1 changed files with 1 additions and 0 deletions

View File

@ -599,6 +599,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
filterQuality: FilterQuality.high,
maxScale: 1.0,
basePosition: Alignment.center,
disableScaleGestures: true,
child: SizedBox(
width: ctx.width,
height: ctx.height,