We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438067a commit f5476bcCopy full SHA for f5476bc
app/scripts/controllers.js
@@ -70,7 +70,7 @@ function RootCtrl($scope, $location, $timeout, $templateCache, keyboardShortcutM
70
}
71
72
function shouldIdleChrome() {
73
- return !configuration.forceChrome && !userInteractionManager.userInteracting && !modalOpen;
+ return !configuration.forceChrome && !userInteractionManager.userInteracting && !modalOpen && orchestrator.playing;
74
75
76
function shouldShowScene() {
0 commit comments