sindresorhus/refined-github






The issue has been closed
`onPrMergePanelOpen()` may be broken #3932
cheap-glitch posted onGitHub
<!-- Thanks for reporting a bug! â›° 1. Make sure the bug is caused by Refined GitHub. Try disabling the extension first. 2. Include a full URL where the bug appears. 3. Include a screenshot/gif Issues without a URL/screenshot will be closed -->
- Go to a PR page (e.g. https://github.com/sindresorhus/refined-github/pull/3886)
- Type something in the comment form at the bottom
- Reload the page
Two features will produce an error (sometimes only one of them appear):
clear-pr-merge-commit-message → TypeError: messageField is undefined
suggest-commit-title-limit → TypeError: inputField is undefined
Since both of these features make use of onPrMergePanelOpen
, I'm guessing that's where the problem is.