diff --git a/src/controllers/rowColumnOperation.js b/src/controllers/rowColumnOperation.js index 42468b1..7850225 100644 --- a/src/controllers/rowColumnOperation.js +++ b/src/controllers/rowColumnOperation.js @@ -2044,6 +2044,8 @@ export function rowColumnOperationInitial(){ } jfrefreshgrid(d, Store.luckysheet_select_save); + + $("#luckysheet-functionbox-cell").html(""); } }); diff --git a/src/global/refresh.js b/src/global/refresh.js index ad991be..4c49a8f 100644 --- a/src/global/refresh.js +++ b/src/global/refresh.js @@ -188,6 +188,8 @@ function jfrefreshgrid(data, range, allParam, isRunExecFunction = true, isRefres }, 1); } + /* 选区同步 */ + selectHightlightShow(); window.luckysheet_getcelldata_cache = null; }