Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(inline style): inline style cell delete bug
Browse files Browse the repository at this point in the history
  • Loading branch information
javahuang committed Oct 12, 2020
1 parent 5d3c3f1 commit 8067a01
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/controllers/rowColumnOperation.js
Original file line number Diff line number Diff line change
Expand Up @@ -1629,9 +1629,6 @@ export function rowColumnOperationInitial(){
if(getObjType(d[r][c]) == "object"){
delete d[r][c]["m"];
delete d[r][c]["v"];
if(d[r][c]["ct"] != null) {
delete d[r][c]["ct"]["s"]
}

if(d[r][c]["f"] != null){
delete d[r][c]["f"];
Expand Down

0 comments on commit 8067a01

Please sign in to comment.