mirror of https://github.com/espruino/BangleApps
Revert dropped code
parent
8de9870850
commit
438c3b83c8
|
@ -75,6 +75,8 @@
|
||||||
boxKeys.forEach((key) => {
|
boxKeys.forEach((key) => {
|
||||||
let boxConfig = boxes[key];
|
let boxConfig = boxes[key];
|
||||||
boxPos[key] = {
|
boxPos[key] = {
|
||||||
|
x: w * boxConfig.boxPos.x,
|
||||||
|
y: h * boxConfig.boxPos.y
|
||||||
};
|
};
|
||||||
isDragging[key] = false;
|
isDragging[key] = false;
|
||||||
wasDragging[key] = false;
|
wasDragging[key] = false;
|
||||||
|
|
Loading…
Reference in New Issue