Remove logs
This commit is contained in:
parent
0798556a52
commit
a2283fefa5
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
|
@ -66,9 +66,6 @@
|
||||||
}
|
}
|
||||||
routeManuallyOpened = !routeManuallyOpened
|
routeManuallyOpened = !routeManuallyOpened
|
||||||
}
|
}
|
||||||
|
|
||||||
$: console.log($store.selectedComponentId)
|
|
||||||
$: console.log()
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if !noSearchMatch}
|
{#if !noSearchMatch}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue