FIX: Remove transition so there is no close drawer glitch (#459)
This commit is contained in:
committed by
GitHub
parent
292ecafb31
commit
d429bd8f60
@@ -26,7 +26,7 @@ function LeftDrawer({
|
||||
anchor="left"
|
||||
open={open}
|
||||
onClose={onClose}
|
||||
transitionDuration={200}
|
||||
transitionDuration={0}
|
||||
>
|
||||
<DrawerHeader onNewModel={newModel} />
|
||||
<DrawerContent setModel={setModel} onDelete={onDelete} />
|
||||
|
||||
Reference in New Issue
Block a user