fix(chart): retain axes in clean view
All checks were successful
Package component / package (push) Successful in 3m58s
All checks were successful
Package component / package (push) Successful in 3m58s
This commit is contained in:
@@ -94,7 +94,7 @@ const resolvedFrameStyle = computed(() => {
|
||||
/>
|
||||
|
||||
<rect
|
||||
v-if="!track.isEmpty && !cleanView"
|
||||
v-if="!track.isEmpty"
|
||||
class="waveform-track__plot-frame waveform-chart__plot-frame"
|
||||
:width="track.width ?? innerWidth"
|
||||
:height="track.height"
|
||||
|
||||
Reference in New Issue
Block a user