From b7ad3c8d459f6d83b608d5b28e673f2b784af6ec Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sun, 26 Nov 2023 21:39:56 +0100 Subject: [PATCH] [web] Make the lyrics pane code more readable --- web-src/src/components/LyricsPane.vue | 145 ++++++++++++-------------- 1 file changed, 69 insertions(+), 76 deletions(-) diff --git a/web-src/src/components/LyricsPane.vue b/web-src/src/components/LyricsPane.vue index 46ac9593..24e4af44 100644 --- a/web-src/src/components/LyricsPane.vue +++ b/web-src/src/components/LyricsPane.vue @@ -7,24 +7,24 @@ @scroll.passive="start_scrolling" @wheel.passive="start_scrolling" > -