This commit is contained in:
parent
76f0bf47ad
commit
dabe382926
1 changed files with 1 additions and 1 deletions
|
@ -1283,7 +1283,7 @@ export const linkMenu = (protyle: IProtyle, linkElement: HTMLElement, focusText
|
|||
label: window.siyuan.languages.copy,
|
||||
icon: "iconCopy",
|
||||
click() {
|
||||
let title = linkElement.dataset.title;
|
||||
let title = linkElement.dataset.title || "";
|
||||
if (title) {
|
||||
title = ` "${title}"`;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue