fix #311
This commit is contained in:
@@ -55,7 +55,7 @@ export default class Link extends Mark {
|
|||||||
return [
|
return [
|
||||||
new Plugin({
|
new Plugin({
|
||||||
props: {
|
props: {
|
||||||
handleClickOn(view, pos, node, nodePos, event) {
|
handleClick: (view, pos, event) => {
|
||||||
const { schema } = view.state
|
const { schema } = view.state
|
||||||
const attrs = getMarkAttrs(view.state, schema.marks.link)
|
const attrs = getMarkAttrs(view.state, schema.marks.link)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user