diff --git a/src/Tools/_framework/Panels/Panel.jsx b/src/Tools/_framework/Panels/Panel.jsx index 1acd385a36..f42b951853 100644 --- a/src/Tools/_framework/Panels/Panel.jsx +++ b/src/Tools/_framework/Panels/Panel.jsx @@ -156,7 +156,7 @@ export default function DragPanel({ }), rubberband: true, axis: direction.drag[0], - initial: () => [ + from: () => [ dir.get() * direction.drag[1], dir.get() * direction.drag[1], ],