로드된 비디오 내부 클릭 시 콘솔에 작은 오류 발생

Related to:

Here is a small video showing the issue:

It looks like removing the click listener here doesn’t work. The next time a click happens, the video-placeholder-container doesn’t exist anymore:

https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/instance-initializers/video-placeholder.js#L16

Probably because of bind usage here:

https://github.com/discourse/discourse/blob/main/app/assets/javascripts/discourse/app/instance-initializers/video-placeholder.js#L85

Maybe an easy solution would be to use { once: true } in addEventListener instead?

3개의 좋아요

Thanks for the fix @blake!

https://github.com/discourse/discourse/pull/24141

2개의 좋아요

My pleasure! Thank you for reporting it and for the suggestion :slight_smile:

3개의 좋아요