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
chat
fairchat
Commits
a3e2b467
Commit
a3e2b467
authored
Feb 24, 2019
by
armin
Browse files
Merge branch 'fix' into 171-cannot-choose-between-messages-and-chats-in-the-search-field
parents
ca118924
78ded239
Pipeline
#785
passed with stage
in 3 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
fairchat/qml/navigation/TopBar.qml
View file @
a3e2b467
...
...
@@ -305,6 +305,7 @@ Item {
prevText
=
text
hideSearchField
()
messageSearchModel
.
clear
()
roomSearchModel
.
clear
()
focus
=
false
}
...
...
@@ -359,9 +360,9 @@ Item {
onActiveFocusChanged
:
{
if
(
activeFocus
){
showSearchField
()
}
else
if
(
text
==
""
){
}
/*
else if(text == ""){
resetSearchField()
}
}
*/
}
onAccepted
:
{
...
...
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