Remove logs

This commit is contained in:
Andrew Kingston 2022-03-21 14:23:56 +00:00
parent 0798556a52
commit a2283fefa5
3 changed files with 1 additions and 4 deletions

View File

@ -29,7 +29,6 @@
if (!scrollApi || !contentRef) { if (!scrollApi || !contentRef) {
return return
} }
console.log("selected", text)
const bounds = contentRef.getBoundingClientRect() const bounds = contentRef.getBoundingClientRect()
scrollApi.scrollTo(bounds) scrollApi.scrollTo(bounds)
} }

View File

@ -66,9 +66,6 @@
} }
routeManuallyOpened = !routeManuallyOpened routeManuallyOpened = !routeManuallyOpened
} }
$: console.log($store.selectedComponentId)
$: console.log()
</script> </script>
{#if !noSearchMatch} {#if !noSearchMatch}

View File

@ -148,6 +148,7 @@
</BBUILayout> </BBUILayout>
<div class="nav-items-container" bind:this={scrollRef}> <div class="nav-items-container" bind:this={scrollRef}>
<ComponentNavigationTree /> <ComponentNavigationTree />
<div class="overlay" />
</div> </div>
</div> </div>
</Tab> </Tab>