Kaynağa Gözat

Select: remove scrollToOption after selection (#10115)

杨奕 7 yıl önce
ebeveyn
işleme
c6e85dbd81
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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();
         });