-
-
Notifications
You must be signed in to change notification settings - Fork 170
Open
Labels
Description
The 'GitHub Issue Add Details ' script no longer works (in existing or new comments of issue/pull requests).
Instead it shows in Console this error:
TypeError: Cannot read properties of null (reading 'parentNode')
referring to line 44:
btn.parentNode.insertBefore(button.cloneNode(true), btn.nextSibling); |
Tested in a fresh Chrome profile witn only TM/VM installed.