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) => {
|
||||
let boxConfig = boxes[key];
|
||||
boxPos[key] = {
|
||||
x: w * boxConfig.boxPos.x,
|
||||
y: h * boxConfig.boxPos.y
|
||||
let background = require("clockbg");
|
||||
Modules.addCached("widget_utils", function() {
|
||||
};
|
||||
isDragging[key] = false;
|
||||
wasDragging[key] = false;
|
||||
|
|
Loading…
Reference in New Issue