Files
stable-diffusion-webui-forge/html/extra-networks-copy-path-button.html
2024-07-26 12:02:46 -07:00

5 lines
168 B
HTML

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