mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
feat: double click title to edit
This commit is contained in:
@@ -507,6 +507,10 @@
|
|||||||
showSidebar.set(false);
|
showSidebar.set(false);
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
|
on:dblclick={() => {
|
||||||
|
chatTitle = chat.title;
|
||||||
|
chatTitleEditId = chat.id;
|
||||||
|
}}
|
||||||
draggable="false"
|
draggable="false"
|
||||||
>
|
>
|
||||||
<div class=" flex self-center flex-1 w-full">
|
<div class=" flex self-center flex-1 w-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user