mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-30 10:56:29 +02:00
Change copilot and background panels to distinguish from playground (#204)
This commit is contained in:
parent
9304c1e5fd
commit
8488255d6d
9 changed files with 327 additions and 301 deletions
|
|
@ -47,7 +47,6 @@ export const Textarea = forwardRef<HTMLTextAreaElement, TextareaProps>(({
|
|||
}
|
||||
}, [propValue, isEditing]);
|
||||
|
||||
/*
|
||||
useEffect(() => {
|
||||
if (!autoResize) return;
|
||||
|
||||
|
|
@ -69,7 +68,6 @@ export const Textarea = forwardRef<HTMLTextAreaElement, TextareaProps>(({
|
|||
window.addEventListener('resize', adjustHeight);
|
||||
return () => window.removeEventListener('resize', adjustHeight);
|
||||
}, [localValue, autoResize, maxHeight, textareaRef]);
|
||||
*/
|
||||
|
||||
const validateAndUpdate = (value: string) => {
|
||||
if (validate) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue