1
0
Fork 0
mirror of synced 2024-09-29 08:41:16 +13:00

Remove styleable action from screenslot placeholder component, which was creating a fake component layer

This commit is contained in:
Andrew Kingston 2021-01-06 10:14:36 +00:00
parent 34509e0c12
commit 59b7ccfac8

View file

@ -1,11 +1,4 @@
<script>
import { getContext } from "svelte"
const component = getContext("component")
const { styleable } = getContext("sdk")
</script>
<div use:styleable={$component.styles}>
<div>
<h1>Screen Slot</h1>
<span>
The screens that you create will be displayed inside this box.