mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-25 14:31:44 +02: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 () => {
|
return () => {
|
||||||
Mousetrap.unbind(['command+w', 'ctrl+w']);
|
Mousetrap.unbind(['command+w', 'ctrl+w']);
|
||||||
};
|
};
|
||||||
}, [activeTabUid, tabs, collections, setShowNewRequestModal]);
|
}, [activeTabUid]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<HotkeysContext.Provider {...props} value="hotkey">
|
<HotkeysContext.Provider {...props} value="hotkey">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user