Update init.js ImprovedTube.livechat collapsed called too early #2298
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
youtube/js&css/web-accessible/www.youtube.com/appearance.js
Lines 316 to 322 in d806571
called in init
youtube/js&css/web-accessible/init.js
Line 106 in d806571
appearance.js:320 Uncaught TypeError: Cannot read properties of undefined (reading 'click')
at ImprovedTube.livechat (appearance.js:320:51)
at ImprovedTube.init (init.js:106:7)
at HTMLDocument. (core.js:176:17)
git blame shows it has been like this for at lest two years
ImprovedTube.elements.livechat stays initialized as empty object
youtube/js&css/web-accessible/core.js
Line 25 in d806571
until
youtube/js&css/web-accessible/functions.js
Lines 145 to 148 in d806571