Comment out this console.log
This commit is contained in:
parent
04084d3339
commit
2b21c421d1
|
@ -114,7 +114,7 @@ export default ({
|
|||
useEffect(() => {
|
||||
if (textExpanderRef.current) {
|
||||
const handleChange = (e) => {
|
||||
console.log('text-expander-change', e);
|
||||
// console.log('text-expander-change', e);
|
||||
const { key, provide, text } = e.detail;
|
||||
textExpanderTextRef.current = text;
|
||||
if (text === '') {
|
||||
|
|
Loading…
Reference in a new issue