Skip to content

Commit

Permalink
fix(layout): Layout siderMenu delete getContainer = false
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Jul 17, 2023
1 parent 59d5e72 commit ed0c88b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 443 deletions.
2 changes: 0 additions & 2 deletions packages/layout/src/components/SiderMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const SiderMenuWrapper: React.FC<SiderMenuProps & PrivateSiderMenuProps> = (
style,
className,
hide,
getContainer = false,
prefixCls,
} = props;

Expand Down Expand Up @@ -66,7 +65,6 @@ const SiderMenuWrapper: React.FC<SiderMenuProps & PrivateSiderMenuProps> = (
}}
maskClosable
closable={false}
getContainer={getContainer}
width={siderWidth}
bodyStyle={{
height: '100vh',
Expand Down
Loading

0 comments on commit ed0c88b

Please sign in to comment.