ソースを参照

Select: remove scrollToOption after selection (#10115)

杨奕 7 年 前
コミット
c6e85dbd81
1 ファイル変更1 行追加0 行削除
  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();
         });