fix(ntextinput): going back to "textEdited" so you dont have to press enter or change focus to apply the changes.

This commit is contained in:
Lemmy
2026-03-16 21:03:59 -04:00
parent dd64858717
commit c2d9617124
+1 -1
View File
@@ -167,7 +167,7 @@ ColumnLayout {
font.pointSize: root.fontSize * Style.uiScaleRatio
font.weight: root.fontWeight
onEditingFinished: root.editingFinished()
onTextEdited: root.editingFinished()
onAccepted: root.accepted()
// Override mouse handling to prevent propagation