Allow middle click to open link (#841)
parent
f193a73e39
commit
3806513ba0
|
@ -58,6 +58,7 @@ export function linkPlugin(client: Client) {
|
|||
attributes: {
|
||||
href: cleanLink,
|
||||
title: `Click to visit ${cleanLink}`,
|
||||
contenteditable: "false",
|
||||
},
|
||||
}).range(from + 1, from + cleanAnchor.length + 1),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue