We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7509b5 commit 52bf100Copy full SHA for 52bf100
apps/clock_info/lib.js
@@ -322,6 +322,7 @@ exports.addInteractive = function(menu, options) {
322
oldMenuItem.removeAllListeners("draw");
323
menuShowItem(menu[options.menuA].items[options.menuB]);
324
}
325
+ // On 2v18+ firmware we can stop other event handlers from being executed since we handled this
326
E.stopEventPropagation&&E.stopEventPropagation();
327
328
if (Bangle.prependListener) {Bangle.prependListener("swipe",swipeHandler);} else {Bangle.on("swipe",swipeHandler);}
0 commit comments