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

Make delete/backspace delete tracks in dev/prod mode #1430

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

lbergelson
Copy link
Contributor

  • There is a wierd issue where the delete key removes selected tracks but only if IGV is in develop mode.
    However, there's a different weird issue where the production IGV seems to be set to develop mode.
    Since it seems like this defaults to being on in practice it's likely that whatever worry made this a developent mode
    option is probably unfounded.

This removes the isDevelopment() guard and does some minor refatoring in the same class.

* There is a wierd issue where the delete key removes selected tracks but only if IGV is in develop mode.
However, there's a different weird issue where the production IGV seems to be set to develop mode.
Since it seems like this defaults to being on in practice it's likely that whatever worry made this a developent mode
option is probably unfounded.

This removes the isDevelopment() guard and does some minor refatoring in the same class.
@jrobinso jrobinso merged commit 77a2292 into master Nov 15, 2023
2 checks passed
@jrobinso jrobinso deleted the lb_enable_delete branch November 15, 2023 19:04
jrobinso pushed a commit that referenced this pull request Dec 4, 2023
* There is a wierd issue where the delete key removes selected tracks but only if IGV is in develop mode.
However, there's a different weird issue where the production IGV seems to be set to develop mode.
Since it seems like this defaults to being on in practice it's likely that whatever worry made this a developent mode
option is probably unfounded.

This removes the isDevelopment() guard and does some minor refatoring in the same class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants