mirror of https://github.com/espruino/BangleApps
notify: stop event propagation after touch
parent
5498fd2edc
commit
dcd5a2d17d
|
@ -157,6 +157,7 @@ exports.hide = function(options) {
|
|||
hideCallback = undefined;
|
||||
id = null;
|
||||
Bangle.removeListener("touch", exports.hide);
|
||||
E.stopEventPropagation && E.stopEventPropagation();
|
||||
function anim() {
|
||||
pos += 4;
|
||||
if (pos > 0) {
|
||||
|
|
Loading…
Reference in New Issue