mirror of https://github.com/espruino/BangleApps
Update app.js
parent
e17250b3b2
commit
df89c22a00
|
@ -167,8 +167,8 @@ Modules.addCached("widget_utils", function() {
|
||||||
boxKeys.forEach((key) => {
|
boxKeys.forEach((key) => {
|
||||||
let boxConfig = boxes[key];
|
let boxConfig = boxes[key];
|
||||||
boxPos[key] = {
|
boxPos[key] = {
|
||||||
x: w * boxConfig.boxPos.x,
|
let background = require("clockbg");
|
||||||
y: h * boxConfig.boxPos.y
|
Modules.addCached("widget_utils", function() {
|
||||||
};
|
};
|
||||||
isDragging[key] = false;
|
isDragging[key] = false;
|
||||||
wasDragging[key] = false;
|
wasDragging[key] = false;
|
||||||
|
|
Loading…
Reference in New Issue