mirror of https://github.com/espruino/BangleApps
Revert dropped code
parent
8de9870850
commit
438c3b83c8
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue