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

Cannot assign to read only property 'nodeName' of object '#<HTMLHeadingElement>' #501

Closed
ccqgithub opened this issue May 21, 2018 · 2 comments
Assignees
Labels

Comments

@ccqgithub
Copy link

ccqgithub commented May 21, 2018

Cannot assign to read only property 'nodeName' of object '#<HTMLHeadingElement>'

Thorw that error when paste.

if (node.nodeName = '#text' && node.textContent.trim() === '') {
    continue;
}

maybe that will be node.nodeName == '#text' ?

@anthonyjb anthonyjb self-assigned this May 21, 2018
@anthonyjb anthonyjb added the bug label May 21, 2018
anthonyjb added a commit that referenced this issue May 21, 2018
- Fix for using when with conditionals (not allowed)
@anthonyjb
Copy link
Member

Resolved in 1.6.5

@ccqgithub
Copy link
Author

thanks

karlkr pushed a commit to karlkr/ContentTools that referenced this issue Aug 6, 2018
- Fix for using when with conditionals (not allowed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants