chore(core): cleanup slots

This commit is contained in:
braks
2023-11-08 08:27:12 +01:00
committed by Braks
parent 196cafdf81
commit 70ae0749b7
3 changed files with 13 additions and 116 deletions
@@ -394,10 +394,8 @@ export default {
:class="{ connecting: !!connectionStartHandle, dragging: paneDragging, draggable: shouldPanOnDrag }"
>
<Transform>
<slot name="zoom-pane" />
<slot />
</Transform>
</Pane>
</div>
<slot />
</template>