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:
parent
55248565dc
commit
422eb741d4
|
@ -21,8 +21,6 @@ Menu {
|
|||
property var closeHandler
|
||||
|
||||
dim: true
|
||||
Overlay.modeless: MouseArea {}
|
||||
|
||||
|
||||
signal menuItemClicked(int menuIndex)
|
||||
|
||||
|
|
Loading…
Reference in New Issue