mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #7614 from ctrlaltdavid/20876
Disable arrow keys being able to move between HTML form fields
This commit is contained in:
commit
2353daa254
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ Desktop {
|
|||
Component.onCompleted: {
|
||||
WebEngine.settings.javascriptCanOpenWindows = true;
|
||||
WebEngine.settings.javascriptCanAccessClipboard = false;
|
||||
WebEngine.settings.spatialNavigationEnabled = true;
|
||||
WebEngine.settings.spatialNavigationEnabled = false;
|
||||
WebEngine.settings.localContentCanAccessRemoteUrls = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue