文顶顶
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
0 deletions
-
src/controllers/rowColumnOperation.js
-
src/global/refresh.js
|
|
@ -2044,6 +2044,8 @@ export function rowColumnOperationInitial(){ |
|
|
|
} |
|
|
|
|
|
|
|
jfrefreshgrid(d, Store.luckysheet_select_save); |
|
|
|
|
|
|
|
$("#luckysheet-functionbox-cell").html(""); |
|
|
|
} |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
@ -188,6 +188,8 @@ function jfrefreshgrid(data, range, allParam, isRunExecFunction = true, isRefres |
|
|
|
}, 1); |
|
|
|
} |
|
|
|
|
|
|
|
/* 选区同步 */ |
|
|
|
selectHightlightShow(); |
|
|
|
window.luckysheet_getcelldata_cache = null; |
|
|
|
} |
|
|
|
|
|
|
|