defmethodinc / just-not-sorry

Chrome extension that warns you when you write emails using words which undermine your message
https://justnotsorry.com/
Other
243 stars 37 forks source link

fix: fix issue with warnings not appearing for first line of email text #133

Closed sbrudz closed 3 years ago

sbrudz commented 3 years ago

I noticed that the warnings weren't appearing for the first paragraph of email text. It turns out that we needed to use childNodes instead of children in order to pick up both the child elements with text and the DOM text nodes directly associated with the element.

re #117

github-actions[bot] commented 3 years ago

:tada: This PR is included in version 2.0.0-beta.11 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.1.0-beta.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 2.1.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: