microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
118 stars 36 forks source link

feat(DummyInputObserver): Keeping only weak references in the DummyInputObsrver. #313

Closed mshoho closed 10 months ago

mshoho commented 10 months ago

Some memory leaks are hard to identify. When we hold strong references, Tabster might appear as the source of the memory leak in the investigations. So, we're not holding strong references to the observed dummies anymore.