1
0
Fork 0

Comment out this console.log

This commit is contained in:
Lim Chee Aun 2022-12-14 00:19:49 +08:00
parent 04084d3339
commit 2b21c421d1

View file

@ -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 === '') {