diff options
author | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-09-01 22:24:35 +0000 |
---|---|---|
committer | missionfloyd <missionfloyd@users.noreply.github.com> | 2023-09-01 22:24:35 +0000 |
commit | d7e3ea68b3604aaec6607aad3272e999657e6331 (patch) | |
tree | 8fdfed89629c65250c8b92a98e7fec3b54e99521 /modules | |
parent | bf0b08321688f65905168b6444d6d13b1a1d9d91 (diff) | |
download | stable-diffusion-webui-gfx803-d7e3ea68b3604aaec6607aad3272e999657e6331.tar.gz stable-diffusion-webui-gfx803-d7e3ea68b3604aaec6607aad3272e999657e6331.tar.bz2 stable-diffusion-webui-gfx803-d7e3ea68b3604aaec6607aad3272e999657e6331.zip |
Remove whitespace
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ui_prompt_styles.py | 2 |
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],
|