-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
fix(editor): pasting into database multiselect input auto adds a new tag #12693
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
fix(editor): pasting into database multiselect input auto adds a new tag #12693
Conversation
WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Browser
participant TableClipboardController
User->>Browser: Paste event
Browser->>TableClipboardController: _onPaste(event)
TableClipboardController->>Browser: Check document.activeElement
alt Focus is input or textarea
TableClipboardController-->>Browser: Return true (skip custom paste logic)
else Focus is elsewhere
TableClipboardController->>TableClipboardController: Process clipboard data
TableClipboardController->>Browser: Paste into table
end
Assessment against linked issues
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🔇 Additional comments (2)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. |
@zzj3720 PTAL |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## canary #12693 +/- ##
==========================================
- Coverage 55.94% 55.63% -0.32%
==========================================
Files 2653 2653
Lines 125303 125311 +8
Branches 19898 19836 -62
==========================================
- Hits 70103 69713 -390
- Misses 52858 53292 +434
+ Partials 2342 2306 -36
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
close: #12442
Summary by CodeRabbit