mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +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});
|
const response = await fetchSyncPost("/api/filetree/getHPathByID", {id});
|
||||||
text += response.data;
|
text += response.data;
|
||||||
} else if (type === "webURL") {
|
} else if (type === "webURL") {
|
||||||
text += `${window.location.origin}/?id=${id}`;
|
text += `${window.location.origin}?id=${id}`;
|
||||||
} else if (type === "id") {
|
} else if (type === "id") {
|
||||||
text += id;
|
text += id;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue