Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Kalendar
Commits
b3c9c136
Commit
b3c9c136
authored
Apr 05, 2022
by
Claudio Cambra
Browse files
Remove unnecessary key press handlers
parent
aba5daa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/contents/ui/CollectionPickerPage.qml
View file @
b3c9c136
...
...
@@ -66,8 +66,6 @@ Kirigami.ScrollablePage {
label
:
display
labelItem.color
:
Kirigami
.
Theme
.
textColor
Keys.onEnterPressed
:
clicked
();
// TODO: Remove this once upstream item handles this by itself
Keys.onReturnPressed
:
clicked
();
onClicked
:
collectionPickerSheet
.
collectionPicked
(
collectionId
);
trailing
:
Rectangle
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment