-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: insert link in description field #5023
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/ranooj2ex |
Codecov Report
@@ Coverage Diff @@
## development #5023 +/- ##
===============================================
+ Coverage 22.67% 22.69% +0.01%
===============================================
Files 485 485
Lines 5151 5165 +14
Branches 21 21
===============================================
+ Hits 1168 1172 +4
- Misses 3979 3989 +10
Partials 4 4
Continue to review full report at Codecov.
|
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.
<div class="ui icon buttons"> | ||
<a href="#" class="ui button" data-wysihtml5-command="createLink" data-content="{{t 'Insert Link'}}" ><i class="linkify icon"></i></a> | ||
</div> | ||
<div data-wysihtml5-dialog="createLink" class="mb-8"> |
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.
Can you check if this works?
<div data-wysihtml5-dialog="createLink" class="mb-8"> | |
<div data-wysihtml5-dialog="createLink" class="mb-8" style="display: 'none' "> |
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.
thanks man 👍
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.
Good job
Fixes #5017
Checklist
development
branch.