@leankylin-sheet/core 4.0.44 → 4.0.45
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 +2 -2
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -58123,8 +58123,8 @@ function handleColumnHeaderMouseDown(ctx, globalCache, e, container, cellInput,
|
|
|
58123
58123
|
var width = col - col_pre - 1;
|
|
58124
58124
|
var columnseleted = [col_index, col_index];
|
|
58125
58125
|
ctx.luckysheet_scroll_status = true;
|
|
58126
|
-
if (!_.isEmpty(ctx.luckysheetCellUpdate)) {
|
|
58127
|
-
if (ctx.formulaCache.rangestart || ctx.formulaCache.rangedrag_column_start || ctx.formulaCache.rangedrag_row_start || israngeseleciton(ctx)) {
|
|
58126
|
+
if (!_.isEmpty(ctx.luckysheetCellUpdate) || ctx.active_f) {
|
|
58127
|
+
if (ctx.formulaCache.rangestart || ctx.formulaCache.rangedrag_column_start || ctx.formulaCache.rangedrag_row_start || israngeseleciton(ctx) || ctx.active_f) {
|
|
58128
58128
|
var _$last3;
|
|
58129
58129
|
var changeparam = mergeMoveMain(ctx, columnseleted, [0, row_index], {
|
|
58130
58130
|
row_focus: 0,
|
package/dist/index.js
CHANGED
|
@@ -58133,8 +58133,8 @@ function handleColumnHeaderMouseDown(ctx, globalCache, e, container, cellInput,
|
|
|
58133
58133
|
var width = col - col_pre - 1;
|
|
58134
58134
|
var columnseleted = [col_index, col_index];
|
|
58135
58135
|
ctx.luckysheet_scroll_status = true;
|
|
58136
|
-
if (!___default['default'].isEmpty(ctx.luckysheetCellUpdate)) {
|
|
58137
|
-
if (ctx.formulaCache.rangestart || ctx.formulaCache.rangedrag_column_start || ctx.formulaCache.rangedrag_row_start || israngeseleciton(ctx)) {
|
|
58136
|
+
if (!___default['default'].isEmpty(ctx.luckysheetCellUpdate) || ctx.active_f) {
|
|
58137
|
+
if (ctx.formulaCache.rangestart || ctx.formulaCache.rangedrag_column_start || ctx.formulaCache.rangedrag_row_start || israngeseleciton(ctx) || ctx.active_f) {
|
|
58138
58138
|
var _$last3;
|
|
58139
58139
|
var changeparam = mergeMoveMain(ctx, columnseleted, [0, row_index], {
|
|
58140
58140
|
row_focus: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leankylin-sheet/core",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.45",
|
|
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.45",
|
|
17
17
|
"dayjs": "^1.11.0",
|
|
18
18
|
"immer": "^9.0.12",
|
|
19
19
|
"lodash": "^4.17.21",
|