update: after blur emit the event for changeName
This commit is contained in:
@@ -246,7 +246,7 @@ export default {
|
||||
id: this.model.id,
|
||||
oldName: oldName,
|
||||
newName: e.target.value,
|
||||
eventType: "blur"
|
||||
eventType: 'blur'
|
||||
})
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user