correctly setting the show text. see #102
This commit is contained in:
parent
b80bcd35bb
commit
a9a898ec29
1 changed files with 1 additions and 0 deletions
|
|
@ -752,6 +752,7 @@ function handleCancelClick(e) {
|
|||
tr.querySelector('.chatgpt_web_model_output').value = tr.querySelector('.chatgpt_web_model_show').innerText;
|
||||
tr.querySelector('.chatgpt_web_project_output').value = tr.querySelector('.chatgpt_web_project_show').innerText;
|
||||
tr.querySelector('.chatgpt_web_custom_gpt_output').value = tr.querySelector('.chatgpt_web_custom_gpt_show').innerText;
|
||||
tr.querySelector('.api_additional_info_toggle').innerText = browser.i18n.getMessage('customPrompts_show_additional_info') + ' [API]';
|
||||
hideItemRowEditor(tr);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue