diff --git a/src/views/Drawer.tsx b/src/views/Drawer.tsx index 3ca44a37..75cc9edb 100644 --- a/src/views/Drawer.tsx +++ b/src/views/Drawer.tsx @@ -329,6 +329,7 @@ export default class DrawerView extends React.PureComponent { cond(clockRunning(this.clock), stopClock(this.clock)), // Update the open value to trigger the transition set(this.isOpen, this.nextIsOpen), + set(this.gestureX, 0), set(this.nextIsOpen, UNSET), ]) ),