Simplify modalbindableinput
This commit is contained in:
parent
3d96292f26
commit
afbdaac0db
|
@ -2,4 +2,11 @@
|
||||||
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
|
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<DrawerBindableInput {...$$props} forceModal />
|
<DrawerBindableInput
|
||||||
|
{...$$props}
|
||||||
|
forceModal
|
||||||
|
on:change
|
||||||
|
on:blur
|
||||||
|
on:drawerHide
|
||||||
|
on:drawerShow
|
||||||
|
/>
|
||||||
|
|
Loading…
Reference in New Issue