mirror of https://github.com/ElemeFE/element
Select: fix dropdown scroll
parent
65eaf94b38
commit
82a54fa095
|
@ -448,6 +448,7 @@
|
|||
|
||||
doDestroy() {
|
||||
this.$refs.popper && this.$refs.popper.doDestroy();
|
||||
this.dropdownUl = null;
|
||||
},
|
||||
|
||||
handleClose() {
|
||||
|
|
Loading…
Reference in New Issue