Commit 52fb09ff authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: chat input variable styling issue

parent 572cd22b
......@@ -828,6 +828,9 @@
e.preventDefault();
e.target.setSelectionRange(word?.startIndex, word.endIndex + 1);
}
e.target.style.height = '';
e.target.style.height = Math.min(e.target.scrollHeight, 200) + 'px';
}
}}
rows="1"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment