Tidy up option select

This commit is contained in:
Andrew Kingston 2020-11-03 09:43:08 +00:00
parent 42b9192725
commit b0ee6d4ed3
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
<script>
import { onMount, beforeUpdate, afterUpdate } from "svelte"
import { onMount } from "svelte"
import Portal from "svelte-portal"
import { buildStyle } from "../../helpers.js"
export let options = []
export let value = ""
export let styleBindingProperty
export let onChange = value => {}
export let onChange = () => {}
let open = null
let rotate = ""