Skip to content

Commit

Permalink
re ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jljsj33 committed Jun 8, 2020
1 parent cab5f00 commit 155dc47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/DrawerChild.tsx
Expand Up @@ -291,7 +291,6 @@ class DrawerChild extends React.Component<IDrawerChildProps, IState> {
const { getOpenCount, getContainer, showMask, open } = this.props;
const container = getContainer && getContainer();
const openCount = getOpenCount && getOpenCount();
console.log(openCount);
// 处理 body 滚动
if (container && container.parentNode === document.body && showMask) {
const eventArray = ['touchstart'];
Expand Down

0 comments on commit 155dc47

Please sign in to comment.