mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 05:11:27 +03:00
fix on new pan
This commit is contained in:
@@ -177,7 +177,6 @@ class _RemotePageState extends State<RemotePage> {
|
||||
_scale = 1;
|
||||
_xOffset = details.focalPoint.dx;
|
||||
_yOffset = details.focalPoint.dy;
|
||||
FFI.cursorModel.startPan();
|
||||
},
|
||||
onScaleUpdate: (details) {
|
||||
var scale = details.scale;
|
||||
|
||||
Reference in New Issue
Block a user