mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
removed logging
This commit is contained in:
parent
95862f0998
commit
89ce816958
@ -41,8 +41,6 @@ export function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyl
|
||||
trigger: "#",
|
||||
values: values,
|
||||
menuShowMinLength: 3,
|
||||
|
||||
|
||||
noMatchTemplate: () => {
|
||||
return ""
|
||||
},
|
||||
@ -58,9 +56,7 @@ export function TextAreaInput({ labelTitle, dataField, labelStyle, containerStyl
|
||||
tribute.attach(ref.current);
|
||||
}
|
||||
init.current = true;
|
||||
}
|
||||
console.log(ref.current);
|
||||
|
||||
}
|
||||
}, [ref])
|
||||
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user