瀏覽代碼

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