From 65e07723f562cdc467fabbd15935b9586f763d10 Mon Sep 17 00:00:00 2001 From: Mic Date: Wed, 18 Jun 2025 21:58:12 +0200 Subject: [PATCH] added a debug line --- js/mzta-menus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mzta-menus.js b/js/mzta-menus.js index f22bc5ea..ea594a2f 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -94,7 +94,7 @@ export class mzta_Menus { taWorkingStatus.startWorking(); const tabs = await browser.tabs.query({ active: true, currentWindow: true }); const msg_text = await getMailBody(tabs, placeholdersUtils.hasPlaceholder(curr_prompt.text,'mail_typed_text')); - + console.log(">>>>>>>>>>>>> msg_text: " + JSON.stringify(msg_text)); //check if a selection is needed if(String(curr_prompt.need_selected) == "1" && (msg_text.selection==='')){ //A selection is needed, but nothing is selected!