Refactor tests command menu (#1702)
* Fix tests * Refactor tests command menu * Improve tests * Fix optimistic render breaking tests
This commit is contained in:
@ -25,7 +25,6 @@ export const useDropdownButton = ({ dropdownId }: { dropdownId: string }) => {
|
||||
);
|
||||
|
||||
const closeDropdownButton = () => {
|
||||
console.log('closeDropdownButton', dropdownId);
|
||||
goBackToPreviousHotkeyScope();
|
||||
setIsDropdownButtonOpen(false);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user