fix(StatusQ.Popups): removed overlay setting (#557)

A MouseArea was set as an Overlay to the PopupMenu
consuming all clicks outside the component until it
was closed. Removed it as it's not necessary anymore.

Closes https://github.com/status-im/status-desktop/issues/3599
This commit is contained in:
Alexandra Betouni 2022-02-15 05:08:15 +02:00 committed by GitHub
parent 9cbd19d658
commit 665141f81d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ Menu {
property var closeHandler
dim: true
Overlay.modeless: MouseArea {}
signal menuItemClicked(int menuIndex)