|
@@ -2,7 +2,7 @@
|
|
<transition-group name="track-score" tag="div">
|
|
<transition-group name="track-score" tag="div">
|
|
<template v-for="(track, index) in trackList" :key="index">
|
|
<template v-for="(track, index) in trackList" :key="index">
|
|
<div
|
|
<div
|
|
- v-if="store.isTrackMode"
|
|
|
|
|
|
+ v-if="store.shouldShowTrack"
|
|
class="score-container"
|
|
class="score-container"
|
|
:class="[focusedTrack(track) && 'score-animation']"
|
|
:class="[focusedTrack(track) && 'score-animation']"
|
|
:style="computeTopAndLeft(track)"
|
|
:style="computeTopAndLeft(track)"
|