chore: remove reference error

There's a reference error in our code that `mouseArea` is undefined.
This seems to be a left over, so this commit is removing its usage.
This commit is contained in:
Pascal Precht 2021-01-25 17:06:42 +01:00 committed by Iuri Matias
parent b1e5a15e2a
commit d1faf98f80
1 changed files with 0 additions and 3 deletions

View File

@ -78,9 +78,6 @@ Rectangle {
GroupInfoPopup {
id: groupInfoPopup
onClosed: {
mouseArea.menuOpened = false
}
}
ChannelContextMenu {