Refactor buttons (#1257)
* Refactor buttons * Complete components creation * Complete refactoring * fix lint * Complete button work
This commit is contained in:
@ -80,7 +80,7 @@ export function DropdownButton({
|
||||
dropdownHotkeyScope,
|
||||
dropdownButtonCustomHotkeyScope,
|
||||
]);
|
||||
console.log(dropdownComponents, isDropdownButtonOpen);
|
||||
|
||||
return (
|
||||
<StyledContainer ref={containerRef}>
|
||||
{hotkey && (
|
||||
|
||||
Reference in New Issue
Block a user