-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onCopy and onCut are not triggering #162
Comments
@darckex what react-file-manager version are you on ? |
@Saifullah-dev im using version 1.18.0 @cubone/[email protected] |
Ok, let me check into this. |
@Saifullah-dev facing same issue. |
@darckex @pradeepadbe I just tested it (with npm create vite@latest) and It's working fine for me. Could you please share your package.json file so that I can have a better look into this. Also, is your react app created using create-react-app or vite? |
<FileManager
onCut={() => console.log("cut")}
onCopy={() => console.log("copy")}
/>
they don't trigger when i copy or cut
The text was updated successfully, but these errors were encountered: