diff --git a/frontend/app.vue b/frontend/app.vue index a1afb46..7f8da09 100644 --- a/frontend/app.vue +++ b/frontend/app.vue @@ -1,13 +1,11 @@ diff --git a/frontend/components/BottomDrawer.vue b/frontend/components/BottomDrawer.vue index af1720f..f678c29 100644 --- a/frontend/components/BottomDrawer.vue +++ b/frontend/components/BottomDrawer.vue @@ -11,6 +11,9 @@ import { useSoftphone } from '~/composables/useSoftphone' const isDrawerOpen = useState('bottomDrawerOpen', () => false) const activeTab = useState('bottomDrawerTab', () => 'softphone') const drawerHeight = useState('bottomDrawerHeight', () => 240) +const props = defineProps<{ + bounds?: { left: number; width: number } +}>() const softphone = useSoftphone() @@ -190,7 +193,14 @@ onBeforeUnmount(() => {