Skip to content

Commit 155dc47

Browse files
committed
re ci
1 parent cab5f00 commit 155dc47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/DrawerChild.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,6 @@ class DrawerChild extends React.Component<IDrawerChildProps, IState> {
291291
const { getOpenCount, getContainer, showMask, open } = this.props;
292292
const container = getContainer && getContainer();
293293
const openCount = getOpenCount && getOpenCount();
294-
console.log(openCount);
295294
// 处理 body 滚动
296295
if (container && container.parentNode === document.body && showMask) {
297296
const eventArray = ['touchstart'];

0 commit comments

Comments
 (0)