Commit 562f89b9 authored by liujiaxin's avatar liujiaxin

feat: to be test

parent 603a02e7
......@@ -353,7 +353,7 @@ export class LrcEditorComponent implements OnInit, OnChanges, OnDestroy, AfterVi
}
calcPlayBarPositionByTime(time, returnVal = false) {
const x = this.getXPositionByTime(time)
console.log(x);
// console.log(x);
const pos = `translateX(${x}px)`;
if (returnVal) {
return pos;
......@@ -480,7 +480,7 @@ export class LrcEditorComponent implements OnInit, OnChanges, OnDestroy, AfterVi
}
onAudioUploaded(evt) {
console.log(evt);
// console.log(evt);
this.LRCData.audio_url = evt.url;
this.LRCData.lyrics.length = 0;
this.timePointData.length = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment