1
0
Fork 0
mirror of synced 2024-07-11 01:06:04 +12:00

Simplify modalbindableinput

This commit is contained in:
Andrew Kingston 2024-02-27 14:17:07 +00:00
parent 3d96292f26
commit afbdaac0db

View file

@ -2,4 +2,11 @@
import DrawerBindableInput from "components/common/bindings/DrawerBindableInput.svelte"
</script>
<DrawerBindableInput {...$$props} forceModal />
<DrawerBindableInput
{...$$props}
forceModal
on:change
on:blur
on:drawerHide
on:drawerShow
/>