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
- Add defensive event listener cleanup in dialog close callbacks
- Use global cleanup function to prevent memory leaks
- Only execute cleanup when navigation listeners exist
- Use .closest('li') instead of .parent() for DOM traversal robustness
- Makes code resilient to HTML structure changes in jqueryFileTree
- Fixes ReferenceError when closing dialogs without navigation setup
Addresses code review items:
- Line 460-461: Event listener cleanup fragility
- Line 637-660: DOM traversal robustness
0 commit comments