diff --git a/src/controllers/selection.js b/src/controllers/selection.js index d0045a8..021f0c4 100644 --- a/src/controllers/selection.js +++ b/src/controllers/selection.js @@ -1765,7 +1765,10 @@ const selection = { } if(getObjType(x[c]) == "object"){ - + let format = ['bg','fc','ct','ht','vt','bl','it','cl','un','fs','ff','tb'] + format.forEach(item=>{ + Reflect.deleteProperty(x[c],item); + }) } else{ x[c] = {"v": x[c] };