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 })
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
@@ -70,7 +70,7 @@ export default {
|
||||
}),
|
||||
],
|
||||
content: `
|
||||
<p>text <span data-mention></span></p>
|
||||
<p>text <span data-mention="Philipp"></span></p>
|
||||
`,
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user