fixed shadow preview, added more safeguards for spread on separateInset shadows

This commit is contained in:
Henry Jameson 2024-09-16 00:03:40 +03:00
commit a0c303efb6
7 changed files with 56 additions and 47 deletions

View file

@ -339,7 +339,6 @@ export default {
return this.shadowsLocal[this.shadowSelected]
},
set (v) {
console.log('TT', v)
this.shadowsLocal[this.shadowSelected] = v
}
},