読み込まれた動画内をクリックした後にコンソールに小さなエラー

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:

Probably because of bind usage here:

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

「いいね!」 3

Thanks for the fix @blake!

「いいね!」 2

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

「いいね!」 3