Переглянути джерело

fix: adjust queue lyrics fetch debounce

Sven 1 рік тому
батько
коміт
2ac82ab25b
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/features/layout.ts

+ 1 - 1
src/features/layout.ts

@@ -95,7 +95,7 @@ export function initQueueButtons() {
 }
 
 /** For how long the user needs to hover over the song info to fetch the lyrics */
-const queueBtnLyricsLoadDebounce = 250;
+const queueBtnLyricsLoadDebounce = 350;
 
 async function addQueueButtons(queueItem: HTMLElement) {
   const queueBtnsCont = document.createElement("div");