|
@@ -501,7 +501,7 @@
|
|
<main class="relative w-full h-full">
|
|
<main class="relative w-full h-full">
|
|
<Nav />
|
|
<Nav />
|
|
<div class="absolute top-10 bottom-0 left-0 right-0">
|
|
<div class="absolute top-10 bottom-0 left-0 right-0">
|
|
- <SideBar on:connect={handleConnect} on:reset={handleReset} needsDisplay={configObj.needsDisplay} handleTool={handleTool}>
|
|
|
|
|
|
+ <SideBar on:connect={handleConnect} on:reset={handleReset} handleTool={handleTool}>
|
|
<slot></slot>
|
|
<slot></slot>
|
|
</SideBar>
|
|
</SideBar>
|
|
{#if configObj.needsDisplay}
|
|
{#if configObj.needsDisplay}
|