mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-19 22:19:36 +02:00
adding text joiner
This commit is contained in:
@@ -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>) => {
|
||||
|
Reference in New Issue
Block a user