From f1d06a9419c7f2d1624d201f630f26190f176f27 Mon Sep 17 00:00:00 2001 From: jer3m01 Date: Sun, 12 Nov 2023 01:00:01 +0100 Subject: [PATCH] fix(drawer): drag bug --- src/components/drawer/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/drawer/index.tsx b/src/components/drawer/index.tsx index 06e7f58..f68cdf7 100644 --- a/src/components/drawer/index.tsx +++ b/src/components/drawer/index.tsx @@ -72,6 +72,7 @@ export function Drawer(props: DrawerProps) {