aboutsummaryrefslogtreecommitdiff
path: root/modules/ui_prompt_styles.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/ui_prompt_styles.py')
-rw-r--r--modules/ui_prompt_styles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui_prompt_styles.py b/modules/ui_prompt_styles.py
index 46a26573..64d379ef 100644
--- a/modules/ui_prompt_styles.py
+++ b/modules/ui_prompt_styles.py
@@ -104,7 +104,7 @@ class UiPromptStyles:
outputs=[main_ui_prompt, main_ui_negative_prompt, self.dropdown],
show_progress=False,
).then(fn=None, _js="function(){update_"+tabname+"_tokens(); closePopup();}", show_progress=False)
-
+
self.copy.click(
fn=lambda p, n: (p, n),
inputs=[main_ui_prompt, main_ui_negative_prompt],