Skip to content
Snippets Groups Projects
Commit 976e242d authored by chris's avatar chris
Browse files

fix: linkMark

parent 92a2514f
No related branches found
No related tags found
1 merge request!45Develop
...@@ -20,8 +20,8 @@ const link = { ...@@ -20,8 +20,8 @@ const link = {
} }
} }
], ],
toDOM(hook, next, node) { toDOM(hook, next) {
hook.value = ["a", node.attrs, 0]; hook.value = ["a", hook.node.attrs, 0];
next(); next();
} }
}; };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment