We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1781474 commit 352779eCopy full SHA for 352779e
1 file changed
core/src/components/TextArea/Textarea.tsx
@@ -41,7 +41,6 @@ export default function Textarea(props: TextAreaProps) {
41
42
const onKeyDown = (e: KeyboardEvent | React.KeyboardEvent<HTMLTextAreaElement>) => {
43
handleKeyDown(e, tabSize, defaultTabEnable);
44
- console.log('otherStore:', otherStore);
45
shortcuts(e, [...(commands || []), ...(extraCommands || [])], executeRef.current, dispatch, statesRef.current);
46
};
47
useEffect(() => {
0 commit comments