mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +00:00
fix indices on album page
+ fix playing on album page + fix songItem responsiveness on all virtual scroll pages
This commit is contained in:
committed by
Mungai Njoroge
parent
9cde9d0aa4
commit
f0df274b31
+1
-7
@@ -80,13 +80,7 @@ onStartTyping((e) => {
|
||||
elem.value = "";
|
||||
});
|
||||
|
||||
function updateContentElemSize({
|
||||
width,
|
||||
height,
|
||||
}: {
|
||||
width: number;
|
||||
height: number;
|
||||
}) {
|
||||
function updateContentElemSize({ width }: { width: number }) {
|
||||
content_width.value = width;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user