1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13: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")