chore(sidebar): drop console log

pull/3806/head
Henry Bley-Vroman 5 months ago
parent 1eb17d1a02
commit a08ea9f36d
No known key found for this signature in database
GPG Key ID: 21096D8FF80667C5

@ -176,7 +176,6 @@ export function useSidebarControl(
}) })
watchPostEffect(() => { watchPostEffect(() => {
console.log(item.value.text, isActiveLink.value, hasActiveLink.value)
;(isActiveLink.value || hasActiveLink.value) && (collapsed.value = false) ;(isActiveLink.value || hasActiveLink.value) && (collapsed.value = false)
}) })

Loading…
Cancel
Save