Skip to content

Commit

Permalink
Merge pull request #600 from ruilisi/597-pasting-formula-into-sheet-d…
Browse files Browse the repository at this point in the history
…oesnt-evaluate-it

Dont clear formula class on input
  • Loading branch information
sanchit3008 authored Sep 17, 2024
2 parents ac6fe2e + 9f270d9 commit 0e4d0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/src/components/SheetOverlay/InputBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ const InputBox: React.FC = () => {
kcode,
preText.current
);
clearSearchItemActiveClass();
// clearSearchItemActiveClass();
// formula.functionInputHanddler(
// $("#luckysheet-functionbox-cell"),
// $("#luckysheet-rich-text-editor"),
Expand All @@ -384,7 +384,7 @@ const InputBox: React.FC = () => {
});
}
},
[clearSearchItemActiveClass, refs.cellInput, refs.fxInput, setContext]
[refs.cellInput, refs.fxInput, setContext]
);

const onPaste = useCallback(
Expand Down

0 comments on commit 0e4d0ba

Please sign in to comment.