fix
This commit is contained in:
@@ -733,7 +733,7 @@ export default defineComponent({
|
|||||||
let color:any = {}
|
let color:any = {}
|
||||||
if(allInfo.color?.color?.rgba || allInfo.color?.color?.gradient){
|
if(allInfo.color?.color?.rgba || allInfo.color?.color?.gradient){
|
||||||
let canvasColor = allInfo.color.color;
|
let canvasColor = allInfo.color.color;
|
||||||
if(allInfo.color?.color?.rgba){
|
if(canvasColor?.rgba?.r){
|
||||||
let colorData:any = await getColorName(allInfo.color.color?.rgba)
|
let colorData:any = await getColorName(allInfo.color.color?.rgba)
|
||||||
color = {
|
color = {
|
||||||
hsv:{
|
hsv:{
|
||||||
|
|||||||
Reference in New Issue
Block a user