pr comments

This commit is contained in:
howard-stearns 2016-08-22 15:03:51 -07:00
parent 056b90c662
commit 6daf91166f
2 changed files with 2 additions and 1 deletions

View file

@ -187,6 +187,7 @@ void updateFromOpenVrKeyboardInput() {
//event.setCommitString(newText, 0, _existingText.size());
//qApp->sendEvent(_keyboardFocusObject, &event);
}
void finishOpenVrKeyboardInput() {
auto offscreenUi = DependencyManager::get<OffscreenUi>();
updateFromOpenVrKeyboardInput();

View file

@ -138,7 +138,7 @@ function resetButtons(path, notify) {
confirmShare([
{ localPath: path },
{
canShare: Boolean(location.placename),
canShare: !!location.placename,
openFeedAfterShare: shouldOpenFeedAfterShare()
}
]);