1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12: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 f7496579b7
commit 8b7c5226ca

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.