mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
fix linting errors
This commit is contained in:
parent
f6548d4f97
commit
4a9cc6752e
@ -28,9 +28,7 @@ export default Node.create({
|
||||
},
|
||||
|
||||
addNodeView() {
|
||||
return ({
|
||||
editor, node, getPos, HTMLAttributes, decorations, extension,
|
||||
}) => {
|
||||
return () => {
|
||||
const dom = document.createElement('div')
|
||||
dom.classList.add('node-view')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user