mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 17:10:45 +02:00
Merge branch 'webview-js' of github.com:druiz17/hifi into tabletwebview-fix-links
This commit is contained in:
commit
62870d85d3
3 changed files with 13 additions and 6 deletions
|
@ -90,6 +90,13 @@ Item {
|
|||
horizontalCenter: parent.horizontalCenter;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
preventStealing: true
|
||||
propagateComposedEvents: true
|
||||
}
|
||||
}
|
||||
|
||||
ListModel {
|
||||
|
|
Loading…
Reference in a new issue