Fix eventlog to always load initially
This commit is contained in:
@@ -147,6 +147,7 @@ onMounted(async () => {
|
||||
|
||||
window.addEventListener('hashchange', onHashChange);
|
||||
onHashChange();
|
||||
if (!search.value) onRefresh();
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user