You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the a preview is rendered inside of the MarkdownEditor component, the MarkdownViewer component is rendered with a supplied openLinksInNewTab prop.
Because the default link behavior is not prevented, clicking these links has the consequence of opening the link inside of the current tab and new tab.
Video of clicking the preview button with renderPreview hardcoded to return a link:
Description
When using the a preview is rendered inside of the
MarkdownEditor
component, theMarkdownViewer
component is rendered with a suppliedopenLinksInNewTab
prop.Because the default link behavior is not prevented, clicking these links has the consequence of opening the link inside of the current tab and new tab.
Video of clicking the preview button with
renderPreview
hardcoded to return a link:link-navigation-before.mov
Steps to reproduce
openLinksInNewTab
to example codeVersion
v35.16.0
Browser
Chrome
The text was updated successfully, but these errors were encountered: