From 0756e9f56c76e711e9ae33905dfb49ec84bb6448 Mon Sep 17 00:00:00 2001 From: Lemmy Date: Wed, 18 Mar 2026 12:41:50 -0400 Subject: [PATCH] Revert "fix(ntextinput): going back to "textEdited" so you dont have to press enter or change focus to apply the changes." This reverts commit c2d9617124965341f50942a7cbc197e8490ccabe. --- Widgets/NTextInput.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Widgets/NTextInput.qml b/Widgets/NTextInput.qml index 02eb0a109..66fef69a0 100644 --- a/Widgets/NTextInput.qml +++ b/Widgets/NTextInput.qml @@ -167,7 +167,7 @@ ColumnLayout { font.pointSize: root.fontSize * Style.uiScaleRatio font.weight: root.fontWeight - onTextEdited: root.editingFinished() + onEditingFinished: root.editingFinished() onAccepted: root.accepted() // Override mouse handling to prevent propagation