forked from AkkomaGang/akkoma-fe
fix
This commit is contained in:
parent
dd4deae66e
commit
fad19c3c2f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ const getCssShadowFilter = (input) => {
|
|||
|
||||
return input
|
||||
// drop-shadow doesn't support inset or spread
|
||||
.filter((shad) => console.log(shad) || !shad.inset && Number(shad.spread) === 0)
|
||||
.filter((shad) => !shad.inset && Number(shad.spread) === 0)
|
||||
.map((shad) => [
|
||||
shad.x,
|
||||
shad.y,
|
||||
|
|
Loading…
Reference in a new issue