mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-10-30 09:30:47 +03:00
Close popup when clicking outside
This commit is contained in:
parent
5f4efa9442
commit
2053f67626
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ Item {
|
|||
Menu {
|
||||
id: messageContextMenu
|
||||
palette: colors
|
||||
modal: true
|
||||
|
||||
function show(eventId_, eventType_, showAt) {
|
||||
eventId = eventId_
|
||||
|
|
Loading…
Reference in a new issue