mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-01-06 15:15:05 +08:00
Remove whitespace
This commit is contained in:
parent
bf0b083216
commit
d7e3ea68b3
@ -104,7 +104,7 @@ class UiPromptStyles:
|
|||||||
outputs=[main_ui_prompt, main_ui_negative_prompt, self.dropdown],
|
outputs=[main_ui_prompt, main_ui_negative_prompt, self.dropdown],
|
||||||
show_progress=False,
|
show_progress=False,
|
||||||
).then(fn=None, _js="function(){update_"+tabname+"_tokens(); closePopup();}", show_progress=False)
|
).then(fn=None, _js="function(){update_"+tabname+"_tokens(); closePopup();}", show_progress=False)
|
||||||
|
|
||||||
self.copy.click(
|
self.copy.click(
|
||||||
fn=lambda p, n: (p, n),
|
fn=lambda p, n: (p, n),
|
||||||
inputs=[main_ui_prompt, main_ui_negative_prompt],
|
inputs=[main_ui_prompt, main_ui_negative_prompt],
|
||||||
|
Loading…
Reference in New Issue
Block a user