-
Notifications
You must be signed in to change notification settings - Fork 0
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
open internal links in the app #2124 #2385
Conversation
…/> in <TextEditor />
✅ Deploy Preview for preview-common ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@roienatan The app is crashing once I try to change the link (here with copy-paste). In DEV it doesn't happen Untitled.video.-.Made.with.Clipchamp.2.mp4 |
Anyway the above issue make it hard for me to test this feature |
@elatif2020 okay I'll try to reproduce and fix it. Thanks. |
@elatif2020 please try now. |
@roienatan
This happens for the first link below, for the second (here) it just open another tab Also, I see that if the content is just the link it's not showing up on the card (but it show up once I add more text) |
I still have these issues |
It's now good from my side 🙏 |
Development
section of this PR.What was changed?
useOnInternalLinkClick
hook that providesonInternalLinkClick
; use this hook in<Link />
in<TextEditor />
.