forked from AkkomaGang/akkoma-fe
fix last issue
This commit is contained in:
parent
7aa5bf0896
commit
550080bd82
1 changed files with 3 additions and 0 deletions
|
@ -384,6 +384,9 @@ export const getColors = (sourceColors, sourceOpacity) => SLOT_ORDERED.reduce(({
|
|||
: (OPACITIES[opacitySlot] || {}).defaultValue
|
||||
)
|
||||
}
|
||||
if (Number.isNaN(outputColor.a)) {
|
||||
outputColor.a = 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue