Merge branch 'master' into BUDI-8562/fix-trimming-views
This commit is contained in:
commit
5c1be1fe7a
|
@ -10,7 +10,7 @@
|
||||||
export let inline = false
|
export let inline = false
|
||||||
export let disableCancel = false
|
export let disableCancel = false
|
||||||
export let autoFocus = true
|
export let autoFocus = true
|
||||||
export let zIndex = 999
|
export let zIndex = 99999
|
||||||
|
|
||||||
const dispatch = createEventDispatcher()
|
const dispatch = createEventDispatcher()
|
||||||
let visible = fixed || inline
|
let visible = fixed || inline
|
||||||
|
|
Loading…
Reference in New Issue