Skip to content

Commit

Permalink
fix(drawer): drag bug on desktop (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 authored Nov 12, 2023
1 parent 80ec012 commit b8029ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/drawer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export function Drawer(props: DrawerProps) {
<div
use:draggable={{
axis: "y",
disabled: local.position !== "bottom",
handle: handleRef,
position: position(),
onDrag: ({ offsetX, offsetY }) =>
Expand Down

0 comments on commit b8029ec

Please sign in to comment.