Explorar o código

Select: remove scrollToOption after selection (#10115)

杨奕 %!s(int64=7) %!d(string=hai) anos
pai
achega
c6e85dbd81
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/select/src/select.vue

+ 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();
         });