fix mention rendering

This commit is contained in:
Philipp Kühn
2021-01-19 12:03:38 +01:00
committed by Hans Pagel
parent 9af0d76d67
commit 953afb7c0d
5 changed files with 17 additions and 15 deletions

View File

@@ -74,7 +74,7 @@ export default {
const item = this.items[index]
if (item) {
this.command(item)
this.command({ id: item })
}
},
},