From 7f7ebd1039cb19c1f84655fc3150ca09abb70f11 Mon Sep 17 00:00:00 2001 From: Sean Lynch Date: Sun, 9 Jun 2024 13:39:12 -0700 Subject: [PATCH] bug fix --- apps/burn/app.js | 3 +++ 1 file changed, 3 insertions(+) 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) => {