mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-06-21 19:10:44 +08:00
ci: fix code style linting errors
This commit is contained in:
parent
bdb5d72495
commit
cdb57b2e39
@ -68,7 +68,7 @@ class ReactNodeView extends NodeView<React.FunctionComponent, Editor> {
|
|||||||
props,
|
props,
|
||||||
as: this.node.isInline
|
as: this.node.isInline
|
||||||
? 'span'
|
? 'span'
|
||||||
: 'div'
|
: 'div',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user