mirror of
https://github.com/open-webui/open-webui
synced 2025-06-23 02:16:52 +00:00
update spacing
This commit is contained in:
parent
dc05ccb73f
commit
fd53c737f6
@ -204,10 +204,10 @@
|
||||
const chatTitleInputKeydownHandler = (e) => {
|
||||
if (e.key === 'Enter') {
|
||||
e.preventDefault();
|
||||
setTimeout(() => {
|
||||
const input = document.getElementById(`chat-title-input-${id}`);
|
||||
if (input) input.blur();
|
||||
}, 0);
|
||||
setTimeout(() => {
|
||||
const input = document.getElementById(`chat-title-input-${id}`);
|
||||
if (input) input.blur();
|
||||
}, 0);
|
||||
} else if (e.key === 'Escape') {
|
||||
e.preventDefault();
|
||||
confirmEdit = false;
|
||||
|
Loading…
Reference in New Issue
Block a user