improve styling
This commit is contained in:
committed by
Hans Pagel
parent
bb71cf597e
commit
a7ac9a7ef4
@@ -32,7 +32,7 @@ export default {
|
||||
Text,
|
||||
Mention.configure({
|
||||
items: query => {
|
||||
return ['foo', 'bar'].filter(item => item.startsWith(query))
|
||||
return ['Hans', 'Philipp', 'Kris'].filter(item => item.startsWith(query))
|
||||
},
|
||||
renderer: () => {
|
||||
let component
|
||||
|
||||
Reference in New Issue
Block a user