-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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] Normal and multiline messages adding extra spaces upon copying/pasting #28187
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## develop #28187 +/- ##
===========================================
+ Coverage 38.87% 44.18% +5.30%
===========================================
Files 692 749 +57
Lines 13722 14569 +847
Branches 2006 2070 +64
===========================================
+ Hits 5335 6437 +1102
+ Misses 8138 7859 -279
- Partials 249 273 +24
Flags with carried forward coverage won't be shown. Click here to find out more. |
hugocostadev
previously approved these changes
Feb 27, 2023
hugocostadev
approved these changes
Mar 3, 2023
dionisio-bot
bot
removed
the
stat: ready to merge
PR tested and approved waiting for merge
label
Mar 8, 2023
hugocostadev
added
the
stat: ready to merge
PR tested and approved waiting for merge
label
Mar 10, 2023
dionisio-bot
bot
added
stat: ready to merge
PR tested and approved waiting for merge
and removed
stat: ready to merge
PR tested and approved waiting for merge
labels
Mar 10, 2023
gabriellsh
added a commit
that referenced
this pull request
Mar 13, 2023
…ketChat/Rocket.Chat into matrixSearchTestBranch * 'feat/federation-public-room-search-2' of github.com:RocketChat/Rocket.Chat: (42 commits) refactor: Replace `_.isObject` with `isObject` (#28376) fix: small tweaks chore: Remove old css (#28140) fix: Thread list not scrolling to bottom when sending a message. (#28346) refactor: Federation refactor towards services + file names improvement + E2E tests fixes (#28326) i18n: Language update from LingoHub 🤖 on 2023-03-10Z (#28365) refactor: Improve sidebar search list hook (#28328) Chore: Change the PR title check to use conventional commits (#28358) [IMPROVE] Galician onboarding translation (#27908) [IMPROVE] Adding input type=password to AWS secrets fields (#28159) [FIX] Normal and multiline messages adding extra spaces upon copying/pasting (#28187) Chore: remove unused prop in register workspace modal (#28317) [FIX] App crashing when switching to Hindi (hi-In) language (#28285) [NEW] Registered Loom oEmbed (#28339) fix: create dm users before join the room tests: add unit tests + small tweaks fix: fix invite links button logic chore: fix lint Chore: Remove/replace some Meteor packages (#28189) Chore: Unused/dead code removal (#28155) ...
gabriellsh
added a commit
that referenced
this pull request
Mar 15, 2023
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue(s)
Multiple break lines were being added to messages when copied.
Steps to test or reproduce
Further comments
TC-479