mirror of
https://github.com/overte-org/overte.git
synced 2025-04-12 19:58:15 +02:00
pr comments
This commit is contained in:
parent
056b90c662
commit
6daf91166f
2 changed files with 2 additions and 1 deletions
|
@ -187,6 +187,7 @@ void updateFromOpenVrKeyboardInput() {
|
|||
//event.setCommitString(newText, 0, _existingText.size());
|
||||
//qApp->sendEvent(_keyboardFocusObject, &event);
|
||||
}
|
||||
|
||||
void finishOpenVrKeyboardInput() {
|
||||
auto offscreenUi = DependencyManager::get<OffscreenUi>();
|
||||
updateFromOpenVrKeyboardInput();
|
||||
|
|
|
@ -138,7 +138,7 @@ function resetButtons(path, notify) {
|
|||
confirmShare([
|
||||
{ localPath: path },
|
||||
{
|
||||
canShare: Boolean(location.placename),
|
||||
canShare: !!location.placename,
|
||||
openFeedAfterShare: shouldOpenFeedAfterShare()
|
||||
}
|
||||
]);
|
||||
|
|
Loading…
Reference in a new issue