mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Comment out this console.log
This commit is contained in:
parent
04084d3339
commit
2b21c421d1
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ export default ({
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (textExpanderRef.current) {
|
if (textExpanderRef.current) {
|
||||||
const handleChange = (e) => {
|
const handleChange = (e) => {
|
||||||
console.log('text-expander-change', e);
|
// console.log('text-expander-change', e);
|
||||||
const { key, provide, text } = e.detail;
|
const { key, provide, text } = e.detail;
|
||||||
textExpanderTextRef.current = text;
|
textExpanderTextRef.current = text;
|
||||||
if (text === '') {
|
if (text === '') {
|
||||||
|
|
Loading…
Reference in a new issue