diff --git a/apps/boxclk/app.js b/apps/boxclk/app.js index 83716fd90..cf2e46df3 100644 --- a/apps/boxclk/app.js +++ b/apps/boxclk/app.js @@ -75,6 +75,8 @@ boxKeys.forEach((key) => { let boxConfig = boxes[key]; boxPos[key] = { + x: w * boxConfig.boxPos.x, + y: h * boxConfig.boxPos.y }; isDragging[key] = false; wasDragging[key] = false;