@leankylin-sheet/core 4.0.20 → 4.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -41398,6 +41398,7 @@ function moveHighlightCell(ctx, postion, index, type) {
|
|
|
41398
41398
|
y: moveY
|
|
41399
41399
|
};
|
|
41400
41400
|
normalizeSelection(ctx, ctx.luckysheet_select_save);
|
|
41401
|
+
scrollToHighlightCell(ctx, row_index, col_index);
|
|
41401
41402
|
} else if (type === "rangeOfFormula") {
|
|
41402
41403
|
var _last = ctx.formulaCache.func_selectedrange;
|
|
41403
41404
|
if (!_last) return;
|
package/dist/index.js
CHANGED
|
@@ -41408,6 +41408,7 @@ function moveHighlightCell(ctx, postion, index, type) {
|
|
|
41408
41408
|
y: moveY
|
|
41409
41409
|
};
|
|
41410
41410
|
normalizeSelection(ctx, ctx.luckysheet_select_save);
|
|
41411
|
+
scrollToHighlightCell(ctx, row_index, col_index);
|
|
41411
41412
|
} else if (type === "rangeOfFormula") {
|
|
41412
41413
|
var _last = ctx.formulaCache.func_selectedrange;
|
|
41413
41414
|
if (!_last) return;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.22",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.esm.js",
|
|
6
6
|
"typings": "dist/index.d.ts",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"build": "father-build"
|
|
14
14
|
},
|
|
15
15
|
"dependencies": {
|
|
16
|
-
"@leankylin-sheet/formula-parser": "4.0.
|
|
16
|
+
"@leankylin-sheet/formula-parser": "4.0.22",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|