revert 348b4e8ec9
revert Turn off the navigation panel on phone when navigating
This commit is contained in:
parent
d4932f4e11
commit
58a4b13d6c
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue