From 86b0d30959c47c8f95b065367cd6be8badea4616 Mon Sep 17 00:00:00 2001 From: Symbiomatrix Date: Tue, 15 Aug 2023 14:43:03 +0300 Subject: [PATCH] Update _textAreas.js --- javascript/_textAreas.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 +}