mirror of
https://github.com/open-webui/open-webui
synced 2024-11-25 21:38:43 +00:00
fix: chat input variable styling issue
This commit is contained in:
parent
572cd22b4d
commit
52fb09ff95
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user