184e23eb89
prevent extra network tabs from putting images into wrong prompts prevent settings leaking into prompt
12 lines
405 B
HTML
12 lines
405 B
HTML
<div class='card' {preview_html} onclick='return cardClicked({tabname}, {prompt}, {allow_negative_prompt})'>
|
|
<div class='actions'>
|
|
<div class='additional'>
|
|
<ul>
|
|
<a href="#" title="replace preview image with currently selected in gallery" onclick='return saveCardPreview(event, {tabname}, {local_preview})'>replace preview</a>
|
|
</ul>
|
|
</div>
|
|
<span class='name'>{name}</span>
|
|
</div>
|
|
</div>
|
|
|