Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor.isActive('link') returns not true if the child node of the link is an selected image #1893

Closed
mforstme opened this issue Sep 14, 2021 · 0 comments
Labels
Type: Feature The issue or pullrequest is a new feature

Comments

@mforstme
Copy link

mforstme commented Sep 14, 2021

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.

image

@mforstme mforstme added Type: Feature The issue or pullrequest is a new feature v2 labels Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature The issue or pullrequest is a new feature
Projects
None yet
Development

No branches or pull requests

1 participant