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
@@ -65,6 +65,7 @@ export default
onNameClick()
{
this.$store.commit('setFile', this.content.path.full)
this.$store.commit('setLine', null)
}
}
}