mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
hide context menu on item click
This commit is contained in:
parent
8f4586b9b8
commit
8c0d7f9e28
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ Item {
|
|||
MouseArea {
|
||||
anchors.fill: parent
|
||||
onClicked: {
|
||||
menu.visible = false;
|
||||
root.triggered();
|
||||
menu.done();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue