fix #109
This commit is contained in:
parent
98811bbdfb
commit
652262ac94
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ localStorage.setItem("isHelperHidden", true);
|
||||||
// Grab interaction
|
// Grab interaction
|
||||||
const yMax = computed(() => {
|
const yMax = computed(() => {
|
||||||
return parseInt(
|
return parseInt(
|
||||||
activeTrack.files[activeTrack.files.length - 1].name.charAt(0)
|
activeTrack.files[activeTrack.files.length - 1].name.split("_")[0]
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
const xMax = computed(() => {
|
const xMax = computed(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue