mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user