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
Is it possible that editor.isActive('link') returns true if the child node of the link is an selected image?
For example: The image is in the following structure:
<p><a><image/></a></p>
In the Screenshot the image is selected.
The link icon is not blue: isActive('link') == false.
The paragraph icon is blue: isActive('paragraph') == true.
The text was updated successfully, but these errors were encountered:
Is it possible that editor.isActive('link') returns true if the child node of the link is an selected image?
For example: The image is in the following structure:
<p><a><image/></a></p>
In the Screenshot the image is selected.
The link icon is not blue: isActive('link') == false.
The paragraph icon is blue: isActive('paragraph') == true.
The text was updated successfully, but these errors were encountered: