Skip to content

Commit 38df3b6

Browse files
author
Aare Puussaar
committed
🐛 input join with whitespace
1 parent 13cef5c commit 38df3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MglGeocoderControl.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
136136
$_updateInput(results) {
137137
if (!this.initial) {
138-
const input = results.query ? results.query.join('') : ''
138+
const input = results.query ? results.query.join(' ') : ''
139139
this.$emit('update:input', input)
140140
}
141141
},

0 commit comments

Comments
 (0)