V4.6.5-alpha (#609)
This commit is contained in:
@@ -21,6 +21,8 @@ export const useCopyData = () => {
|
||||
throw new Error('');
|
||||
}
|
||||
} catch (error) {
|
||||
console.log(error);
|
||||
|
||||
const textarea = document.createElement('textarea');
|
||||
textarea.value = data;
|
||||
document.body.appendChild(textarea);
|
||||
|
||||
Reference in New Issue
Block a user