stable-diffusion-webui/html/extra-networks-copy-path-button.html
2024-03-19 08:10:27 +03:00

5 lines
178 B
HTML

<div class="copy-path-button card-button"
title="Copy path to clipboard"
onclick='extraNetworksCopyCardPath(event, {filename})'
data-clipboard-text={filename}>
</div>