fix(@desktop/profile): Clip user list when dragging

Fixes #3747
This commit is contained in:
Michal Iskierko 2022-03-11 14:22:21 +01:00 committed by Iuri Matias
parent cbfb60c4f7
commit d6c6666196
1 changed files with 2 additions and 0 deletions

View File

@ -135,6 +135,7 @@ Item {
ContactsListPanel {
anchors.top: parent.top
anchors.bottom: parent.bottom
clip: true
contactsModel: root.contactsStore.blockedContactsModel
onOpenProfilePopup: {
@ -256,6 +257,7 @@ Item {
anchors.topMargin: Style.current.bigPadding
anchors.bottom: parent.bottom
contactsModel: root.contactsStore.myContactsModel
clip: true
hideBlocked: true
searchString: searchBox.text