Fix svelte warning

This commit is contained in:
Pieter Vander Vennet 2024-07-11 02:15:35 +02:00
parent 8bf18ece88
commit 14fc4dec93
106 changed files with 106 additions and 106 deletions

View file

@ -42,7 +42,7 @@ function genImages(dryrun = false) {
svg
.replace(
"<svg ",
"<svg {...$$$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown ",
"<svg {...$$$$restProps} on:click on:mouseover on:mouseenter on:mouseleave on:keydown on:focus ",
)
.replace(/\\"/g, "\"")
.replace(/(rgb\(0%,0%,0%\)|#000000|#000)/g, "{color}")