Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🔧✨ Handle nil case for selectedDir and selectedDirCell (Interface Conversion Nil Error) #274

Merged
merged 1 commit into from
Feb 12, 2024

Commits on Feb 12, 2024

  1. 🔧✨ 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.
    ShivamB25 authored and dundee committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d572a1f View commit details
    Browse the repository at this point in the history