diff --git a/native/src/widget/operation.rs b/native/src/widget/operation.rs index dd6b3c54a4..2b1179f16d 100644 --- a/native/src/widget/operation.rs +++ b/native/src/widget/operation.rs @@ -97,7 +97,7 @@ pub fn scoped( } ScopedOperation { - target: target.into(), + target, operation: Box::new(operation), } }