You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Chrome.
Assuming that I pressed SpaceBar, then the blue cover dismissed(unselected), then I pressed Up/Down, but the selected item will be the first one or the last one...
Thank you~
The text was updated successfully, but these errors were encountered:
I temporarily fixed this bug in JS file occasionally... But I don't know whether there are any unknown bugs in it. Firstly, insert the code after Line 181
case 32:
e.preventDefault();
e.stopPropagation();
that.selectHighlighted($list);
return;
Secondly, remove the code at Line 276;
Thirdly(Optional), remove the code at Line 283~285. This change can make ↑/↓ always available no matter where the mouse is going to.
I use Chrome.
Assuming that I pressed SpaceBar, then the blue cover dismissed(unselected), then I pressed Up/Down, but the selected item will be the first one or the last one...
Thank you~
The text was updated successfully, but these errors were encountered: