mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-09 07:28:24 +01:00
Applied code review feedback Re #128
This commit is contained in:
parent
8c29d131e2
commit
5899ca446d
@ -160,7 +160,7 @@ export const HotkeysProvider = (props) => {
|
||||
return () => {
|
||||
Mousetrap.unbind(['command+w', 'ctrl+w']);
|
||||
};
|
||||
}, [activeTabUid, tabs, collections, setShowNewRequestModal]);
|
||||
}, [activeTabUid]);
|
||||
|
||||
return (
|
||||
<HotkeysContext.Provider {...props} value="hotkey">
|
||||
|
Loading…
Reference in New Issue
Block a user