pull/3448/head
Sean Lynch 2024-06-09 13:39:12 -07:00
parent c3f3576200
commit 7f7ebd1039
1 changed files with 3 additions and 0 deletions

View File

@ -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) => {