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