Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
95937f48
Commit
95937f48
authored
Jan 27, 2022
by
Tranter Madi
🌧
Browse files
Do not change currentIndex when clicking on the Action button
parent
40995e1a
Pipeline
#129762
passed with stage
in 4 minutes and 45 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
applets/clipboard/contents/ui/ClipboardPage.qml
View file @
95937f48
...
...
@@ -153,10 +153,7 @@ Menu {
text
:
text
});
}
onAction
:
{
clipboardSource
.
service
(
uuid
,
"
action
"
)
clipboardMenu
.
view
.
currentIndex
=
0
}
onAction
:
clipboardSource
.
service
(
uuid
,
"
action
"
)
Component.onCompleted
:
{
// Intercept up/down key to prevent ListView from accepting the key event.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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