From f19e9fb48bb045f862a5b2808ad785d2caf9bb8a Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Fri, 24 Nov 2023 13:36:48 +0100 Subject: [PATCH] [web] Remove unused code --- web-src/src/components/LyricsPane.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web-src/src/components/LyricsPane.vue b/web-src/src/components/LyricsPane.vue index 89b8354a..9b76b817 100644 --- a/web-src/src/components/LyricsPane.vue +++ b/web-src/src/components/LyricsPane.vue @@ -44,7 +44,6 @@ export default { // Reactive return { scroll: {}, - // lineHeight: 42, autoScroll: true // stop scroll to element when touch } }, @@ -181,9 +180,6 @@ export default { left: 0, behavior: 'smooth' }) - - // Then prepare the animated gradient too - // currentLyric.style.animationDuration = this.lyricDuration + 's' } } }