mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
fix(ui/modules/Common/Form/DroppableTextArea): do not jump a line when a key return/enter is used
This commit is contained in:
parent
3a1bd6a2c9
commit
97ddced3e8
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ Item {
|
|||
insert(cursorPosition, '')
|
||||
} else if (event.key === Qt.Key_Return || event.key === Qt.Key_Enter) {
|
||||
handleValidation()
|
||||
event.accepted = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue