messagesoverlay - Don't handle nav messages

pull/2872/head
Martin Boonk 2023-07-13 19:11:29 +02:00
parent 71b5dafaa7
commit 86f78c1f0b
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ let ovr;
exports.message = function(type, event) {
// only handle some event types
if(!(type=="text" || type == "call")) return;
if(type=="text" && event.id == "nav") return;
if(event.handled) return;
bpp = 4;