Skip to content

Commit

Permalink
fix(drawer): drag bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3m01 committed Nov 12, 2023
1 parent 80ec012 commit f1d06a9
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 f1d06a9

Please sign in to comment.