correctly setting the show text. see #102

This commit is contained in:
mic 2026-01-02 17:35:44 +01:00
parent b80bcd35bb
commit a9a898ec29

View file

@ -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);
}