Site > Chat > Add associated file to messages

This commit is contained in:
brunosimon
2017-09-01 01:06:21 +02:00
parent 015cd88ca5
commit c34936b068
11 changed files with 147 additions and 12 deletions
+2 -1
View File
@@ -64,13 +64,14 @@ export default
this.keepLatest = true
this.$store.commit('setVersion', this.versions[0])
},
onVersionClick(version, index)
{
this.keepLatest = index === 0
this.file.isChanged = false
this.$store.commit('setVersion', version)
this.$store.commit('setLine', null)
}
}
}