I know that each link is separate and you can set the target differently for each. The problem that is happening is the code is automatically changing all the links in that Text Block to “target=_blank” even though it was not set that way every time you edit any text in the block.
example. I have 4 links in a paragraph all set with No Targets (plain links). Save it, works fine. Come back to that same paragraph, add a sentence/change a word and each of those 4 links are auto-rewritten with “target=_blank.”
Even if I hand-code a link directly… ie: <a href="URL">CLICK HERE</a>
for info.
Once you get back in the visual text editor and make any changes, that link code changes to <a href="URL" target="_blank" rel="noopener">CLICK HERE</a>
and then your link is opening in a new tab/window.
Something is causing it to default re-write all links with “_blank” rel=“noopener”
Thank you.