@leankylin-sheet/react 4.0.45 → 4.0.47
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/dist/index.umd.js +1 -0
- package/dist/index.umd.min.js +1 -1
- package/package.json +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -943,6 +943,7 @@ var FormulaSearch = function FormulaSearch(props) {
|
|
|
943
943
|
refs.fxInput.current.innerHTML = refs.cellInput.current.innerHTML;
|
|
944
944
|
setContext(function (draftCtx) {
|
|
945
945
|
draftCtx.functionHint = fnName === null || fnName === void 0 ? void 0 : fnName.slice(0, -1);
|
|
946
|
+
draftCtx.functionCandidates = [];
|
|
946
947
|
});
|
|
947
948
|
moveCursorToPosition(refs.cellInput.current, offsetIndex - replaceTextLength + fnName.length);
|
|
948
949
|
};
|
package/dist/index.js
CHANGED
|
@@ -953,6 +953,7 @@ var FormulaSearch = function FormulaSearch(props) {
|
|
|
953
953
|
refs.fxInput.current.innerHTML = refs.cellInput.current.innerHTML;
|
|
954
954
|
setContext(function (draftCtx) {
|
|
955
955
|
draftCtx.functionHint = fnName === null || fnName === void 0 ? void 0 : fnName.slice(0, -1);
|
|
956
|
+
draftCtx.functionCandidates = [];
|
|
956
957
|
});
|
|
957
958
|
moveCursorToPosition(refs.cellInput.current, offsetIndex - replaceTextLength + fnName.length);
|
|
958
959
|
};
|
package/dist/index.umd.js
CHANGED
|
@@ -100626,6 +100626,7 @@
|
|
|
100626
100626
|
refs.fxInput.current.innerHTML = refs.cellInput.current.innerHTML;
|
|
100627
100627
|
setContext(function (draftCtx) {
|
|
100628
100628
|
draftCtx.functionHint = fnName === null || fnName === void 0 ? void 0 : fnName.slice(0, -1);
|
|
100629
|
+
draftCtx.functionCandidates = [];
|
|
100629
100630
|
});
|
|
100630
100631
|
moveCursorToPosition(refs.cellInput.current, offsetIndex - replaceTextLength + fnName.length);
|
|
100631
100632
|
};
|