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

This reverts commit c2d9617124.
This commit is contained in:
Lemmy
2026-03-18 12:41:50 -04:00
parent e6ca3889c0
commit 0756e9f56c
+1 -1
View File
@@ -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