Browse Source

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

pull/972/head
Andrew Kingston 5 years ago
parent
commit
8b7c5226ca
  1. 9
      packages/standard-components/src/ScreenSlotPlaceholder.svelte

9
packages/standard-components/src/ScreenSlotPlaceholder.svelte

@ -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.

Loading…
Cancel
Save