mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-03-13 17:09:49 +00:00
allow refreshing single card after editing user metadata instead of all cards
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<div class='card' style={style} onclick={card_clicked} {sort_keys}>
|
||||
<div class='card' style={style} onclick={card_clicked} data-name="{name}" {sort_keys}>
|
||||
{background_image}
|
||||
<div class="button-row">
|
||||
{edit_button}
|
||||
|
||||
Reference in New Issue
Block a user