Skip to content
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 the issue that clear content when paste the same content in names… #4920

Conversation

BlueSodaWater
Copy link
Contributor

What's the purpose of this PR

Fix the issue that clear content when paste the same content in namespace

Which issue(s) this PR fixes:

Fixes #4919

}
scope.namespace.editText = text
if ((e[0].action === 'insert') && (scope.namespace.hasOwnProperty("editText"))) {
scope.namespace.editText = e[1].session.getValue()
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing semicolon.

@github-actions
Copy link

github-actions bot commented Jul 1, 2023

CLA Assistant Lite bot:
Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


BlueSodaWater seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request

@codecov
Copy link

codecov bot commented Jul 1, 2023

Codecov Report

Merging #4920 (97be1c6) into master (8f0331f) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master    #4920      +/-   ##
============================================
- Coverage     48.51%   48.45%   -0.06%     
  Complexity     1728     1728              
============================================
  Files           346      346              
  Lines         10836    10836              
  Branches       1080     1080              
============================================
- Hits           5257     5251       -6     
- Misses         5256     5263       +7     
+ Partials        323      322       -1     

see 3 files with indirect coverage changes

@nobodyiam
Copy link
Member

Looks good to me. Please add a change log to CHANGES.md and also sign the cla, thanks!

@github-actions github-actions bot locked and limited conversation to collaborators Jul 2, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Namespace中复制相同的内容再粘贴会清除原有内容
2 participants