parent
f298ebca76
commit
888cc08405
|
|
@ -164,7 +164,7 @@ function initStylePreviewOverlay() {
|
|||
overlay.style.backgroundImage = `url("${samplesPath.replace(
|
||||
"fooocus_v2",
|
||||
name.toLowerCase().replaceAll(" ", "_")
|
||||
)}")`;
|
||||
).replaceAll("\\", "\\\\")}")`;
|
||||
function onMouseLeave() {
|
||||
overlayVisible = false;
|
||||
overlay.style.display = "none";
|
||||
|
|
|
|||
Loading…
Reference in New Issue