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