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
On line number 42 in src/context/KeyBindContext.tsx you're returning prevShortcuts while in the preceding line (41) you are writing into newShortcuts. I might be wrong but reading the code it seems you found a matching shortcut and are updating with the latest passed values.
The text was updated successfully, but these errors were encountered:
On line number 42 in
src/context/KeyBindContext.tsx
you're returningprevShortcuts
while in the preceding line (41) you are writing intonewShortcuts
. I might be wrong but reading the code it seems you found a matching shortcut and are updating with the latest passed values.The text was updated successfully, but these errors were encountered: