mirror of
https://github.com/discourse/discourse.git
synced 2025-03-11 15:15:32 +08:00

A large topic page will always have the bottom tracking button, and will also have the timeline, meaning we already had 2 tracking events. But it gets even worse when you know that the timeline button is a component connector which will trigger `didInsertElement` very frequently, meaning we were constantly adding more and more appEvents handlers.