fix mention rendering

This commit is contained in:
Philipp Kühn
2021-01-19 12:03:38 +01:00
parent c13d65c842
commit 7712325ba9
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 })
}
},
},