Comment out this console.log

pull/1/head
Lim Chee Aun 2022-12-14 00:19:49 +08:00
rodzic 04084d3339
commit 2b21c421d1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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