Skip to content
Snippets Groups Projects
Commit c1e3632f authored by HJ's avatar HJ :fire:
Browse files

fix shadows not being valid from the get-go

parent 644ce497
No related branches found
No related tags found
No related merge requests found
......@@ -664,8 +664,10 @@ export default {
try {
this.updatePreviewColorsAndShadows()
this.colorsInvalid = false
this.shadowsInvalid = false
} catch (e) {
this.colorsInvalid = true
this.shadowsInvalid = true
console.warn(e)
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment