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

Strider plugin panics when double clicking in empty directory #1423

Closed
Tracked by #1100
jdygert opened this issue May 17, 2022 · 1 comment · Fixed by #1425
Closed
Tracked by #1100

Strider plugin panics when double clicking in empty directory #1423

jdygert opened this issue May 17, 2022 · 1 comment · Fixed by #1425
Assignees
Labels
plugin Issue related to plugins stability Issues in relation to stability suspected bug

Comments

@jdygert
Copy link

jdygert commented May 17, 2022

  • mkdir empty && cd empty
  • zellij --layout strider
  • double click in strider pane

Looks like it checks for !self.files.is_empty() with the key press but has no corresponding check with the mouse clicks, so it calls traverse_dir_or_open_file when you double click within an empty directory.

zellij 0.29.1

@raphCode raphCode added the stability Issues in relation to stability label May 18, 2022
@jaeheonji jaeheonji self-assigned this May 18, 2022
@jaeheonji
Copy link
Member

Thanks for the reporting! I will fix it asap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin Issue related to plugins stability Issues in relation to stability suspected bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants