Hi @BartButenaers .
I cant figure it out either but adding this slight hack seems to contain it...
if(msg._ui_cm_already_seen){
console.log("ui_context_menu: msg already seen - exiting!")
return;
}
msg._ui_cm_already_seen = true;
Hi @BartButenaers .
I cant figure it out either but adding this slight hack seems to contain it...
if(msg._ui_cm_already_seen){
console.log("ui_context_menu: msg already seen - exiting!")
return;
}
msg._ui_cm_already_seen = true;