mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
hide webview context menu when clicked
This commit is contained in:
parent
6f36015ff6
commit
8f4586b9b8
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ Item {
|
|||
propagateComposedEvents: true
|
||||
acceptedButtons: "AllButtons"
|
||||
onClicked: {
|
||||
menu.visible = false;
|
||||
menu.done();
|
||||
mouse.accepted = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue