Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

Commit 829eee2

Browse files
committed
fix: #26
1 parent 65fa524 commit 829eee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/area-select/select/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
},
115115
116116
handleAfterEnter () {
117-
if (!this.scrollbar) {
117+
if (!this.scrollbar && this.value) {
118118
this.scrollbar = new BeautifyScrollbar(this.$refs.wrap);
119119
}
120120
}

0 commit comments

Comments
 (0)