2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-16 14:40:35 +03:00

fix: removed stoppropagation

This commit is contained in:
John Miller
2019-07-25 12:08:00 -06:00
committed by mengxiong10
parent d9619f815c
commit 864ab835ca
2 changed files with 31 additions and 12 deletions
-1
View File
@@ -566,7 +566,6 @@ export default {
// Tab 9 or Enter 13
if (keyCode === 9 || keyCode === 13) {
// ie emit the watch before the change event
event.stopPropagation()
this.handleChange()
this.userInput = null
this.closePopup()