Эх сурвалжийг харах

Select: remove scrollToOption after selection (#10115)

杨奕 7 жил өмнө
parent
commit
c6e85dbd81

+ 1 - 0
packages/select/src/select.vue

@@ -644,6 +644,7 @@
           this.visible = false;
         }
         this.$nextTick(() => {
+          if (this.visible) return;
           this.scrollToOption(option);
           this.setSoftFocus();
         });