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
Very minor issue but it annoyed me to no end.
Page scrolls when using the space key, so closing an item scroll the page every time. I didn't notice this until I set the number of items per page to overflow the window. script.js
case 32: // 'space'toggleCurrentItem();e.preventDefault();// Added this, but it's not the best solution since it turns a key completely off
The text was updated successfully, but these errors were encountered:
Very minor issue but it annoyed me to no end.
Page scrolls when using the space key, so closing an item scroll the page every time. I didn't notice this until I set the number of items per page to overflow the window.
script.js
The text was updated successfully, but these errors were encountered: