mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
ci: fix code style linting errors
This commit is contained in:
parent
5178172864
commit
1b723ea57c
@ -102,7 +102,7 @@ export const Mention = Node.create<MentionOptions>({
|
||||
renderHTML({ node, HTMLAttributes }) {
|
||||
return [
|
||||
'span',
|
||||
mergeAttributes({'data-mention': ''}, this.options.HTMLAttributes, HTMLAttributes),
|
||||
mergeAttributes({ 'data-mention': '' }, this.options.HTMLAttributes, HTMLAttributes),
|
||||
this.options.renderLabel({
|
||||
options: this.options,
|
||||
node,
|
||||
|
Loading…
Reference in New Issue
Block a user