From 438c3b83c8414a23fc2abbdaf9e6a3141347b613 Mon Sep 17 00:00:00 2001 From: Rob Pilling Date: Mon, 5 Aug 2024 19:59:44 +0100 Subject: [PATCH] Revert dropped code --- apps/boxclk/app.js | 2 ++ 1 file changed, 2 insertions(+) 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;