method call fixed
This commit is contained in:
parent
782282e8fb
commit
65ee230fb2
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ export class mzta_Menus {
|
|||
only_typed_text = msg_text.only_typed_text.replace(/\s+/g, ' ').trim();
|
||||
//open chatgpt window
|
||||
//console.log("Click menu item...");
|
||||
let chatgpt_lang = getDefaultLang(curr_prompt);
|
||||
let chatgpt_lang = taPromptUtils.getDefaultLang(curr_prompt);
|
||||
|
||||
let fullPrompt = '';
|
||||
let tags_full_list = await getTagsList();
|
||||
|
|
|
|||
Loading…
Reference in a new issue