Remove whitespace

This commit is contained in:
missionfloyd 2023-09-01 16:24:35 -06:00
parent bf0b083216
commit d7e3ea68b3

View File

@ -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],