Skip to content

Commit 1dbceae

Browse files
committed
feature: @cloudcmd/user-menu: copyURLToCurrentFile -> copyUrlToCurrentFile
1 parent 2f58434 commit 1dbceae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

menu/copy-url-to-current-file.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const copyURLToCurrentFile = async ({DOM}) => {
1+
export const copyUrlToCurrentFile = async ({DOM}) => {
22
const {path} = DOM.CurrentInfo;
33
const url = `${window.location.href}${path.slice(1)}`;
44
const {default: clipboard} = await import('https://cdn.skypack.dev/@cloudcmd/clipboard');

0 commit comments

Comments
 (0)