Skip to content

Commit be8db72

Browse files
committed
fix: drawer throw warning #2264
1 parent 1a595d5 commit be8db72

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/drawer/index.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ const Drawer = {
7777
// unmount drawer in child, clear push.
7878
if (this.parentDrawer) {
7979
this.parentDrawer.pull();
80-
this.parentDrawer = null;
8180
}
8281
},
8382
methods: {

0 commit comments

Comments
 (0)