mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 18:14:16 -05:00
[PR #941] [MERGED] fix: added focus selector #7334
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/941
Author: @jannikstdl
Created: 2/27/2024
Status: ✅ Merged
Merged: 2/28/2024
Merged by: @tjbck
Base:
dev← Head:autofocus-chat📝 Commits (3)
7c7e16cadded focus selector1d4d1ddrevert260a8b8feat: chat input focus on new chat📊 Changes
4 files changed (+16 additions, -8 deletions)
View changed files
📝
src/lib/components/chat/MessageInput.svelte(+3 -0)📝
src/lib/components/layout/Sidebar.svelte(+7 -8)📝
src/routes/(app)/+page.svelte(+3 -0)📝
src/routes/(app)/c/[id]/+page.svelte(+3 -0)📄 Description
adresses #936
This currently only focuses the input when switching between chats and reloading the root page.
When i start a chat and then klick on "New Chat" in the Sidebar is somehow doesn't focus the input. @tjbck any ideas on this?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.