final fixes

This commit is contained in:
2024-08-19 13:36:49 +02:00
parent bd2e4cdac4
commit b989111849
6 changed files with 157 additions and 80 deletions

View File

@@ -451,7 +451,7 @@
niceDuration.value += secondCounts;
}
}
}, 50 );
}, 100 );
}
const prepNiceDurationTime = ( playingSong: Song ) => {
@@ -596,8 +596,8 @@
}
}
window.addEventListener( 'beforeunload', () => {
notificationHandler.disconnect();
window.addEventListener( 'beforeunload', async () => {
await notificationHandler.disconnect();
} );
defineExpose( {