mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
@@ -164,7 +164,7 @@ function initStylePreviewOverlay() {
|
|||||||
overlay.style.backgroundImage = `url("${samplesPath.replace(
|
overlay.style.backgroundImage = `url("${samplesPath.replace(
|
||||||
"fooocus_v2",
|
"fooocus_v2",
|
||||||
name.toLowerCase().replaceAll(" ", "_")
|
name.toLowerCase().replaceAll(" ", "_")
|
||||||
)}")`;
|
).replaceAll("\\", "\\\\")}")`;
|
||||||
function onMouseLeave() {
|
function onMouseLeave() {
|
||||||
overlayVisible = false;
|
overlayVisible = false;
|
||||||
overlay.style.display = "none";
|
overlay.style.display = "none";
|
||||||
|
|||||||
Reference in New Issue
Block a user