Fixed ESC pressing while holding a card.
This commit is contained in:
parent
0739b171c1
commit
36bc8e7d8e
@ -69,7 +69,7 @@ static void handle_card_movement(struct cursor *cursor) {
|
||||
unmark_cursor(cursor);
|
||||
draw_cursor(cursor);
|
||||
}
|
||||
break;
|
||||
return;
|
||||
case 'h':
|
||||
case KEY_LEFT:
|
||||
move_cursor(cursor, LEFT);
|
||||
|
Loading…
Reference in New Issue
Block a user