display images, videos & files in text body

This commit is contained in:
axolotle
2022-01-22 17:06:37 +01:00
parent 25b5055d5f
commit d66230f8d3
4 changed files with 40 additions and 23 deletions
+1 -1
View File
@@ -111,7 +111,7 @@ export default {
methods: {
openCreation (id, hideSideView) {
this.$store.dispatch('OPEN_CREATION', id)
this.$store.dispatch('OPEN_CREATION', { id })
if (hideSideView) hideSideView()
},