mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-11-30 03:07:36 +08:00
Select: remove scrollToOption after selection (#10115)
This commit is contained in:
parent
22463fb404
commit
c6e85dbd81
@ -644,6 +644,7 @@
|
||||
this.visible = false;
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
if (this.visible) return;
|
||||
this.scrollToOption(option);
|
||||
this.setSoftFocus();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user