fix: copy url util build error
This commit is contained in:
parent
37699362ad
commit
270f282c3c
14 changed files with 18 additions and 31 deletions
|
|
@ -55,13 +55,6 @@ export const createSimilarString = (str: string) => {
|
|||
return shuffled;
|
||||
};
|
||||
|
||||
/**
|
||||
* @description Copies full URL (origin + path) to clipboard
|
||||
* @param {string} path - URL path to copy
|
||||
* @returns {Promise<void>} Promise that resolves when copying is complete
|
||||
* @example
|
||||
* await copyUrlToClipboard("issues/123") // copies "https://example.com/issues/123"
|
||||
*/
|
||||
/**
|
||||
* @description Copies text to clipboard
|
||||
* @param {string} text - Text to copy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue