diff --git a/javascript/_textAreas.js b/javascript/_textAreas.js index 6d37c3e..8ef34f3 100644 --- a/javascript/_textAreas.js +++ b/javascript/_textAreas.js @@ -9,7 +9,9 @@ const core = [ "#img2img_prompt > label > textarea", "#txt2img_neg_prompt > label > textarea", "#img2img_neg_prompt > label > textarea", - ".prompt > label > textarea" + ".prompt > label > textarea", + "#script_txt2img_adetailer_ad_prompt > label > textarea", // Adetailer. + "#script_txt2img_adetailer_ad_negative_prompt > label > textarea", ]; // Third party text area selectors @@ -165,4 +167,4 @@ function getTextAreaIdentifier(textArea) { break; } return modifier; -} \ No newline at end of file +}