Fix eventlog to always load initially

This commit is contained in:
Johannes Zellner
2025-07-22 21:00:19 +02:00
parent 2386124089
commit c9b6b5b8e1

View File

@@ -147,6 +147,7 @@ onMounted(async () => {
window.addEventListener('hashchange', onHashChange);
onHashChange();
if (!search.value) onRefresh();
});
onUnmounted(() => {