mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
[PR #18490] [CLOSED] fix: resolve issue where Enter key couldn't send messages on Windows with touchpad in small window #63668
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/18490
Author: @ShirasawaSama
Created: 10/21/2025
Status: ❌ Closed
Base:
dev← Head:patch-43📝 Commits (1)
cd6785dfix: resolve issue where Enter key couldn't send messages on Windows with touchpad in small window📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
src/lib/components/chat/MessageInput.svelte(+4 -3)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch. Not targeting thedevbranch may lead to immediate closure of the PR.Changelog Entry
Description
$mobile === true(https://github.com/open-webui/open-webui/blob/dev/src/lib/components/chat/MessageInput.svelte#L1295)navigator.maxTouchPoints === 20(https://github.com/open-webui/open-webui/blob/dev/src/lib/components/chat/MessageInput.svelte#L1298C19-L1298C43)false(https://github.com/open-webui/open-webui/blob/dev/src/lib/components/chat/MessageInput.svelte#L1294)dispatch(‘submit’, prompt);will not be executed (https://github.com/open-webui/open-webui/blob/dev/src/lib/components/chat/MessageInput.svelte#L1318C20-L1318C47)Added
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.