hide context menu on item click

This commit is contained in:
humbletim 2017-01-28 14:37:49 -05:00
parent 8f4586b9b8
commit 8c0d7f9e28

View file

@ -32,6 +32,7 @@ Item {
MouseArea {
anchors.fill: parent
onClicked: {
menu.visible = false;
root.triggered();
menu.done();
}