fix mention rendering
This commit is contained in:
@@ -74,7 +74,7 @@ export default {
|
||||
const item = this.items[index]
|
||||
|
||||
if (item) {
|
||||
this.command(item)
|
||||
this.command({ id: item })
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user