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 Desktop
Commits
82d2e94e
Commit
82d2e94e
authored
Jan 23, 2021
by
Mikel Johnson
Browse files
[Kickoff] Check for searchPage directly rather than root.state
BUG: 431894
FIXED-IN: 5.21 (cherry picked from commit
62503e21
)
parent
d52ef559
Changes
1
Hide whitespace changes
Inline
Side-by-side
applets/kickoff/package/contents/ui/FullRepresentation.qml
View file @
82d2e94e
...
...
@@ -906,7 +906,7 @@ Item {
}
}
onCurrentContentViewChanged
:
{
if
(
keyboardNavigation
.
state
==
"
RightColumn
"
&&
root
.
state
!=
"
search
"
)
{
if
(
keyboardNavigation
.
state
==
"
RightColumn
"
&&
root
.
currentContentView
!=
search
Page
.
item
)
{
root
.
currentContentView
.
forceActiveFocus
()
}
}
...
...
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