Skip to content

Commit

Permalink
fix for Reload UI function: if you reload UI on one tab, other opened…
Browse files Browse the repository at this point in the history
… tabs will no longer stop working
  • Loading branch information
AUTOMATIC1111 committed Aug 27, 2023
1 parent 9dd0c4a commit 5e30f73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
* fix error that causes some extra networks to be disabled if both <lora:> and <lyco:> are present in the prompt
* fix defaults settings page breaking when any of main UI tabs are hidden
* fix incorrect save/display of new values in Defaults page in settings
* fix for Reload UI function: if you reload UI on one tab, other opened tabs will no longer stop working


## 1.5.2
Expand Down
1 change: 1 addition & 0 deletions modules/generation_parameters_copypaste.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def __init__(self, paste_button, tabname, source_text_component=None, source_ima

def reset():
paste_fields.clear()
registered_param_bindings.clear()


def quote(text):
Expand Down

0 comments on commit 5e30f73

Please sign in to comment.