-
Notifications
You must be signed in to change notification settings - Fork 893
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] Duplicate Icon Rendering in Markdown Visualization Editor #5511
[Fix] Duplicate Icon Rendering in Markdown Visualization Editor #5511
Conversation
Signed-off-by: Willie Hung <willie880201044@gmail.com>
When this line is specified, the
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5511 +/- ##
=======================================
Coverage 66.98% 66.98%
=======================================
Files 3293 3293
Lines 63281 63281
Branches 10061 10061
=======================================
Hits 42389 42389
Misses 18451 18451
Partials 2441 2441
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Willie-The-Lord Do you think we need to improve anything in the OUI docs site to prevent this sort of error elsewhere? https://oui.opensearch.org/1.3/#/navigation/link From a quick scan, I can see that target="_blank" sets |
Maintainers should also verify if this bug exists in 1.3.x. |
@joshuarrrr Yeah, that's right! Here's the implementation of the
I think we should raise a PR to add an explanation on the oui doc website for the |
@joshuarrrr I've just raised a draft PR to make the |
Signed-off-by: Willie Hung <willie880201044@gmail.com> (cherry picked from commit b8d30dc) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit b8d30dc) Signed-off-by: Willie Hung <willie880201044@gmail.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
The revision makes the icon appear only once, aligning with the design of the user interface.
Issues Resolved
Resolves #5510
Screenshot
Before
After
Check List
yarn test:jest
yarn test:jest_integration