From fc03cd77fcb80a5f9c9f434503439444cf44c4a4 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Tue, 5 Sep 2023 13:28:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer-lyric/components/layout/LyricHorizontal/useLyric.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/renderer-lyric/components/layout/LyricHorizontal/useLyric.js b/src/renderer-lyric/components/layout/LyricHorizontal/useLyric.js index cae767af..10336722 100644 --- a/src/renderer-lyric/components/layout/LyricHorizontal/useLyric.js +++ b/src/renderer-lyric/components/layout/LyricHorizontal/useLyric.js @@ -169,7 +169,6 @@ export default (isComputeHeight) => { let delayScrollTimeout const scrollLine = (line, oldLine) => { - console.log('scrollLine', line, oldLine) setImmediate(() => { prevActiveLine = line })