stable-diffusion-webui/html/extra-networks-copy-path-button.html
xdl e354d5af27
Some checks failed
Linter / ruff (push) Has been cancelled
Linter / eslint (push) Has been cancelled
Tests / tests on CPU with empty model (push) Has been cancelled
first commit
2024-12-18 15:48:02 +08: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>