improve styling

This commit is contained in:
Philipp Kühn
2018-09-28 13:46:39 +02:00
parent f645b9edc0
commit a60a851fc4
3 changed files with 27 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ export default class MentionNode extends Node {
get plugins() {
return [
suggestionsPlugin({
debug: true,
suggestionClass: 'mention-suggestion',
matcher: triggerCharacter('@', {
allowSpaces: false,
startOfLine: false,