We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 074aaaf commit 8b3f7d2Copy full SHA for 8b3f7d2
components/drawer/__tests__/MultiDrawer.test.js
@@ -29,7 +29,6 @@ const MultiDrawer = {
29
this.childrenDrawer = true;
30
},
31
onChildrenDrawerClose() {
32
- console.log('hello');
33
this.childrenDrawer = false;
34
35
components/menu/index.jsx
@@ -132,7 +132,6 @@ const Menu = {
132
this.$emit('mouseenter', e);
133
134
handleTransitionEnd(e) {
135
- // console.log(111)
136
// when inlineCollapsed menu width animation finished
137
// https://github.com/ant-design/ant-design/issues/12864
138
const widthCollapsed = e.propertyName === 'width' && e.target === e.currentTarget;
0 commit comments