-
-
Notifications
You must be signed in to change notification settings - Fork 10.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
Fix the issue that clear content when paste the same content in namespace #4922
Fix the issue that clear content when paste the same content in namespace #4922
Conversation
CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅ |
Codecov Report
@@ Coverage Diff @@
## master #4922 +/- ##
============================================
- Coverage 48.45% 48.44% -0.01%
+ Complexity 1728 1727 -1
============================================
Files 346 346
Lines 10836 10836
Branches 1080 1080
============================================
- Hits 5251 5250 -1
Misses 5263 5263
- Partials 322 323 +1 |
c9f585b
to
23244f5
Compare
Sorry, I used my company's mail address in last pull request, so I have to close it and reopen a new one. |
I have read the CLA Document and I hereby sign the CLA |
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.
LGTM
6b75f47
to
1e49ae9
Compare
apollo-portal/src/main/resources/static/scripts/directive/namespace-panel-directive.js
Outdated
Show resolved
Hide resolved
…space-panel-directive.js
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.
LGTM
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