mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: another fix for playlist view state, #9639
This commit is contained in:
parent
a8285d0eb4
commit
7861c27557
@ -32,7 +32,7 @@ function (_, $, coreModule) {
|
||||
});
|
||||
|
||||
$scope.$watch('playlistSrv.isPlaying', function(newValue) {
|
||||
elem.toggleClass('playlist-active', newValue);
|
||||
elem.toggleClass('playlist-active', newValue === true);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user