diff --git a/scripts/system/away.js b/scripts/system/away.js index dc9b33e952..a2e73ae63c 100644 --- a/scripts/system/away.js +++ b/scripts/system/away.js @@ -177,6 +177,10 @@ function goActive() { UserActivityLogger.toggledAway(false); MyAvatar.isAway = false; + + if (!Window.hasFocus()) { + Window.setFocus(); + } } MyAvatar.wentAway.connect(setAwayProperties);