mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
This commit is contained in:
parent
0f0db729bf
commit
cfc539b84a
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ export const copyTextByType = async (ids: string[],
|
|||
const response = await fetchSyncPost("/api/filetree/getHPathByID", {id});
|
||||
text += response.data;
|
||||
} else if (type === "webURL") {
|
||||
text += `${window.location.origin}/?id=${id}`;
|
||||
text += `${window.location.origin}?id=${id}`;
|
||||
} else if (type === "id") {
|
||||
text += id;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue