forked from extern/bruno
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