From 1bf2e3f2e94c40078c0b38fe6b455e0bbb3311d8 Mon Sep 17 00:00:00 2001 From: flowerField Date: Thu, 21 Jan 2021 09:09:33 +0800 Subject: [PATCH] fix bug --- src/controllers/rowColumnOperation.js | 2 ++ src/global/refresh.js | 2 ++ 2 files changed, 4 insertions(+) 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 3dd5db0..82a6f81 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; }