Pārlūkot izejas kodu

Select: remove scrollToOption after selection (#10115)

杨奕 7 gadi atpakaļ
vecāks
revīzija
c6e85dbd81
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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();
         });