Remove logs
This commit is contained in:
parent
2def829ebf
commit
e68f1e33b9
|
@ -29,7 +29,6 @@
|
|||
if (!scrollApi || !contentRef) {
|
||||
return
|
||||
}
|
||||
console.log("selected", text)
|
||||
const bounds = contentRef.getBoundingClientRect()
|
||||
scrollApi.scrollTo(bounds)
|
||||
}
|
||||
|
|
|
@ -66,9 +66,6 @@
|
|||
}
|
||||
routeManuallyOpened = !routeManuallyOpened
|
||||
}
|
||||
|
||||
$: console.log($store.selectedComponentId)
|
||||
$: console.log()
|
||||
</script>
|
||||
|
||||
{#if !noSearchMatch}
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
</BBUILayout>
|
||||
<div class="nav-items-container" bind:this={scrollRef}>
|
||||
<ComponentNavigationTree />
|
||||
<div class="overlay" />
|
||||
</div>
|
||||
</div>
|
||||
</Tab>
|
||||
|
|
Loading…
Reference in New Issue