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
Describe the bug
We would like some links in the product descriptions to open in a new tab, but the rich-html-editor removes the tag target="_blank" after we click update (see screenshot).
To Reproduce
Go to a product detail
Create a link via the link button in the toolbar
Click the arrow with "Edit HTML"
In the popup window, add target="_blank" in the anchor tag
Click "update"
Click "Edit HTML" again
The tag has been removed
Expected behavior
I would expect the target="_blank" tag to stay on the anchor tag after updating.
Environment (please complete the following information):
@vendure/core version: 2.0.2
Nodejs version 16
Database (mysql/postgres etc): mysql
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
We would like some links in the product descriptions to open in a new tab, but the rich-html-editor removes the tag
target="_blank"
after we clickupdate
(see screenshot).To Reproduce
target="_blank"
in the anchor tagExpected behavior
I would expect the
target="_blank"
tag to stay on the anchor tag after updating.Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: