-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Use native copy/paste event handlers #3667
base: main
Are you sure you want to change the base?
Conversation
Hi are there currently plans to add this feature? It would be very appreciated for my use case |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3667 +/- ##
==========================================
+ Coverage 98.65% 98.70% +0.04%
==========================================
Files 47 47
Lines 3426 3403 -23
Branches 742 736 -6
==========================================
- Hits 3380 3359 -21
+ Misses 46 44 -2
🚀 New features to boost your workflow:
|
@@ -34,8 +34,7 @@ export type { | |||
SelectHeaderRowEvent, | |||
SelectRowEvent, | |||
FillEvent, | |||
CopyEvent, | |||
PasteEvent, | |||
CellCopyPasteEvent, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add two separate events (CellCopyEvent
and CellPasteEvent
)?
}} | ||
/> | ||
<> | ||
{copiedCell && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if there is is another way to set copied cell styles
onCellCopy
andonCellPaste
propsonCopy
andonPaste
eventsFixes
#2736
#1950