This commit is contained in:
Philipp Kühn 2019-05-13 23:27:31 +02:00
parent e881d0a6a4
commit b61bec8bb9

View File

@ -55,7 +55,7 @@ export default class Link extends Mark {
return [
new Plugin({
props: {
handleClickOn(view, pos, node, nodePos, event) {
handleClick: (view, pos, event) => {
const { schema } = view.state
const attrs = getMarkAttrs(view.state, schema.marks.link)