diff --git a/apps/burn/app.js b/apps/burn/app.js index a2dad9a54..348a19153 100644 --- a/apps/burn/app.js +++ b/apps/burn/app.js @@ -161,6 +161,9 @@ function updateScreen() { } // If the hardware version is Bangle.js 2, set up the drag handling and button watch + +let drag; + if (BANGLEJS2) { // Set up drag handling Bangle.on("drag", (e) => {