Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔧✨ Handle nil case for selectedDir and selectedDirCell
- Added a check to handle the case when `selectedDir` and `selectedDirCell` are nil in `fileItemSelected` method. - If either `selectedDirCell` or `selectedDir` is nil, it returns early from the method. - This change ensures that the program won't crash when trying to access properties of nil values.
- Loading branch information