mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 21:33:00 +02:00
removed comments
This commit is contained in:
parent
b78bae37be
commit
851eece0e4
1 changed files with 2 additions and 2 deletions
|
@ -242,8 +242,8 @@ Item {
|
|||
}
|
||||
|
||||
onLoadingChanged: {
|
||||
//keyboardRaised = false;
|
||||
//punctuationMode = false;
|
||||
keyboardRaised = false;
|
||||
punctuationMode = false;
|
||||
keyboard.resetShiftMode(false);
|
||||
// Required to support clicking on "hifi://" links
|
||||
if (WebEngineView.LoadStartedStatus == loadRequest.status) {
|
||||
|
|
Loading…
Reference in a new issue