forked from extern/bruno
fix: fixed bug in saving requests
This commit is contained in:
parent
4ded884501
commit
42920b0596
@ -57,7 +57,7 @@ export const HotkeysProvider = props => {
|
||||
});
|
||||
|
||||
return () => {
|
||||
Mousetrap.unbind(['command+s', 'ctrl+s']);
|
||||
Mousetrap.unbind(['ctrl+command', 'ctrl+enter']);
|
||||
};
|
||||
}, [activeTabUid, tabs, saveRequest, requestSaved, collections]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user