Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add event listener to uncheck sendPost checkbox when the Publis…
…h button is clicked Potential concerns with this approach: - A wait is needed, otherwise the notification won't send. This may because it takes the plugin time to structure the request and immediately unchecking it will mark it as "don't send". Generally, functionality should not be dependent on waiting - The publish is targeted from the document body (`.editor-post-publish-button__button`) but this is brittle since we don't control the class values on the button