This commit is contained in:
Vanessa 2023-04-23 12:02:48 +08:00
parent 0e04a0a4e3
commit fd0092fb21

View File

@ -470,7 +470,7 @@ export const copySubMenu = (id: string, accelerator = true, focusElement?: Eleme
}
}
}, {
label: window.siyuan.languages.copyProtocol,
label: window.siyuan.languages.copyProtocolInMd,
click: () => {
fetchPost("/api/block/getRefText", {id}, (response) => {
writeText(`[${response.data.substring(0, Constants.SIZE_LINK_TEXT_MAX)}](siyuan://blocks/${id})`);