1
0
Fork 0
mirror of synced 2024-08-15 10:01:34 +12:00

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) {
return
}
console.log("selected", text)
const bounds = contentRef.getBoundingClientRect()
scrollApi.scrollTo(bounds)
}

View file

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

View file

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