mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
logs textarea input
This commit is contained in:
parent
5dc2d5efba
commit
037a12a282
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const App = () => {
|
|||
<div className="w-80 bg-slate-800"></div>
|
||||
<div className="flex h-full w-full flex-col bg-gray-50 ">
|
||||
<div className="flex-1 overflow-y-auto"></div>
|
||||
<textarea className="m-10 h-16 p-4" />
|
||||
<textarea className="m-10 h-16 p-4" onChange={(e) => console.log(e.target.value)}/>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue