1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

small fixes to modal

This commit is contained in:
Keviin Åberg Kultalahti 2021-04-08 15:04:26 +02:00
parent 635e2cc64c
commit cf2e00146d

View file

@ -8,11 +8,6 @@
import Context from "../context"
const dispatch = createEventDispatcher()
export let padding = true
export let width = ''
export let border = true
export let dismissable = true
let visible = false
$: dispatch(visible ? "show" : "hide")
@ -51,4 +46,4 @@
</div>
</div>
</Portal>
{/if}
{/if}