Fix the bug that has been bugging me for months
Finally got the little shit :D
This commit is contained in:
@ -167,6 +167,7 @@ pub async fn keypress_handler(
|
||||
let position_in_queue = queue
|
||||
.iter()
|
||||
.enumerate()
|
||||
.filter(|(_, queued)| queued.source_half == event.source)
|
||||
.find(|(_, queued)| queued.source_button == event.source_button)
|
||||
.map(|(i, _)| i);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user