fix last issue

このコミットが含まれているのは:
Henry Jameson 2020-03-06 21:39:17 +02:00
コミット 550080bd82
1個のファイルの変更3行の追加0行の削除

ファイルの表示

@ -384,6 +384,9 @@ export const getColors = (sourceColors, sourceOpacity) => SLOT_ORDERED.reduce(({
: (OPACITIES[opacitySlot] || {}).defaultValue
)
}
if (Number.isNaN(outputColor.a)) {
outputColor.a = 1
}
}
}