mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
1b7d403ef8
Commit87f0c3aba6introduces a regression where the input text boxes within the Control panel, such as Region (for weather setting), do not trigger their onEditingFinished handler as the onReturnPressed() function captures newline. This bug can be reproduced by entering a new location in the region input box, where nothing happens. This patch removes onReturnPressed() and triggers search activation on onEditingFinished. Fixes:87f0c3aba6("settings-search: keyboard centric navigation") Signed-off-by: Wilfred Mallawa <wilfred.opensource@gmail.com>