deleting a value in design causes styles to be lost
This commit is contained in:
parent
29c353a195
commit
1034484034
|
@ -26,6 +26,8 @@ export const generate_css = style => {
|
|||
return (str += `${key}: ${value.join(" ")};\n`)
|
||||
}
|
||||
}
|
||||
|
||||
return str
|
||||
}, "")
|
||||
|
||||
return (cssString || "").trim()
|
||||
|
|
Loading…
Reference in New Issue