diff --git a/src/main.js b/src/main.js index b848ad0..4316e3c 100644 --- a/src/main.js +++ b/src/main.js @@ -5949,6 +5949,8 @@ function stage() { ).points; } else { for (let child of context.selection) { + if (!context.activeObject.currentFrame) continue; + if (!context.activeObject.currentFrame.keys) continue; context.activeObject.currentFrame.keys[child.idx].x += mouse.x - context.lastMouse.x; context.activeObject.currentFrame.keys[child.idx].y +=