diff --git a/components/drawer/__tests__/__snapshots__/Drawer.test.js.snap b/components/drawer/__tests__/__snapshots__/Drawer.test.js.snap index a50ed45ed4..bb8d8d914e 100644 --- a/components/drawer/__tests__/__snapshots__/Drawer.test.js.snap +++ b/components/drawer/__tests__/__snapshots__/Drawer.test.js.snap @@ -46,7 +46,11 @@ exports[`Drawer destroyOnClose is true 1`] = ` >
+ > + + diff --git a/components/drawer/index.tsx b/components/drawer/index.tsx index 85599a834b..798cf9f65c 100644 --- a/components/drawer/index.tsx +++ b/components/drawer/index.tsx @@ -108,8 +108,16 @@ export default class Drawer extends React.Component