Browse Source

Merge pull request #480 from flowerField/master

fix bug
master
文顶顶 5 years ago
committed by GitHub
parent
commit
94f54fe86a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/controllers/rowColumnOperation.js
  2. 2
      src/global/refresh.js

2
src/controllers/rowColumnOperation.js

@ -2044,6 +2044,8 @@ export function rowColumnOperationInitial(){
}
jfrefreshgrid(d, Store.luckysheet_select_save);
$("#luckysheet-functionbox-cell").html("");
}
});

2
src/global/refresh.js

@ -188,6 +188,8 @@ function jfrefreshgrid(data, range, allParam, isRunExecFunction = true, isRefres
}, 1);
}
/* 选区同步 */
selectHightlightShow();
window.luckysheet_getcelldata_cache = null;
}

Loading…
Cancel
Save