forked from MapComplete/MapComplete
Fix svelte warning
This commit is contained in:
parent
8bf18ece88
commit
14fc4dec93
106 changed files with 106 additions and 106 deletions
|
@ -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}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue