相关内容:
- https://github.com/discourse/discourse/pull/23807
- DEV: Show a loading spinner on video placeholders by oblakeerickson · Pull Request #24039 · discourse/discourse · GitHub
这是一个展示问题的简短视频:
看起来在这里移除点击监听器不起作用。下次发生点击时,video-placeholder-container 不再存在:
可能是因为这里使用了 bind:
也许一个简单的解决方案是在 addEventListener 中使用 { once: true }?