revert Turn off the navigation panel on phone when navigating
This commit is contained in:
Peaceultime 2024-03-03 17:36:40 +00:00
parent d4932f4e11
commit 58a4b13d6c
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ onMounted(() => {
icon = document.querySelector('.site-header .clickable-icon');
icon?.removeEventListener('click', toggleLeftPanel);
icon?.addEventListener('click', toggleLeftPanel);
document.querySelectorAll('a').forEach(e => {
document.querySelector('.published-container')?.classList?.remove('is-left-column-open');
})
})
</script>