Skip to content
Discussion options

You must be logged in to vote

Finally I found it, and it is what I want!
I leave it here for anyone else with the same worry.
I replaced editor.dispatchCommand(TOGGLE_LINK_COMMAND, linkUrl); with
editor.dispatchCommand(TOGGLE_LINK_COMMAND, { url: linkUrl, target: '_blank' }); at the point which I set the link to editor!

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@giokallis
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by giokallis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants