returning a value to the popup also for the classic prompts.

This commit is contained in:
mic 2024-12-10 23:35:30 +01:00
parent 0a8b89aeda
commit 0b3db54ba0

View file

@ -192,6 +192,7 @@ export class mzta_Menus {
}
}else{ // Classic prompts for the API webchat
this.openChatGPT(fullPrompt, curr_prompt.action, tabs[0].id, curr_prompt.name, curr_prompt.need_custom_text);
return {ok:'1'};
}
};
this.rootMenu.push(curr_menu_entry);