You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(MenuView): replace NSMutableSet with NSHashTable for disabled views
Use NSHashTable with weak references to prevent memory leaks when views are deallocated.
Add safety checks during iteration to handle weak references properly.
0 commit comments