adding text joiner

This commit is contained in:
Made4Uo
2024-06-23 00:47:12 -07:00
parent 3ca1b7cd02
commit cbb7790e8f
6 changed files with 228 additions and 3 deletions

View File

@@ -23,7 +23,7 @@ export default function ToolTextInput({
.writeText(value)
.then(() => showSnackBar('Text copied', 'success'))
.catch((err) => {
showSnackBar('Failed to copy: ', 'error');
showSnackBar('Failed to copy: ', err);
});
};
const handleFileChange = (event: React.ChangeEvent<HTMLInputElement>) => {