-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
JogWheelBasic component doesn't take into account deck switching #11867
Comments
Hey there. Thank you for filing the issue. This is indeed an oversight. I'd be very happy if you could file a PR for that. I see two possible solutions:
The second solution is more robust, but likely very much lower-performant... Not sure what solution is the most optimal one. What do you think? |
Couldn't |
That... could work... Not sure how robust that is though. Another option would to do the regex extraction on each call, but speed it up by memoizing the call each time. |
It seems more robust than the special case solution to me. The docs also suggest that overriding |
Right, overwriting |
I can probably get around to it this week, yeah. |
Bug Description
As seen here the
JogWheelBasic
component doesn't take into account the selected deck/group when scratching.I could try a PR if you want. I assume the fix would be to add special handling here similar to how it's done for
EffectAssignmentButton
.Version
2.3.5
OS
Arch Linux btw
The text was updated successfully, but these errors were encountered: