Revert dropped code

pull/3502/head
Rob Pilling 2024-08-05 19:59:44 +01:00
parent 8de9870850
commit 438c3b83c8
1 changed files with 2 additions and 0 deletions

View File

@ -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;