-
Notifications
You must be signed in to change notification settings - Fork 141
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
Feat: Made Link in Chat Clickable #518
Feat: Made Link in Chat Clickable #518
Conversation
#note some time you may not able to click link because of content view height issue solved in this PR #512 |
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.
@raghavbabbar I can't able to open the link in the chat. Make sure it works every time.
@jogendra this was due to issue in #512 . Now i have merged master in this branch. please take pull before testing it . thanks |
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.
Link is working now. Please avoid merging your other branch to PR branch. The other PR code is reflected in this PR. Make sure to do proper rebasing.
I would suggest creating another PR because there seems to be a lot of unwanted code which would cause issues if we plan to revert this PR at any point in time. |
Feat: #517
Changes: made link in chat view clickable And opened them in browser.