mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-08-22 09:47:01 +02:00
fix: making linter happy
This commit is contained in:
@@ -23,7 +23,6 @@ export const Select = <T,>({ onSelect, options, value }: SelectProps<T>) => {
|
||||
</DropdownMenu.Trigger>
|
||||
<DropdownMenu.Content
|
||||
onClickOutside={() => {
|
||||
console.log("click outside");
|
||||
setIsOpen(false);
|
||||
}}
|
||||
onSelect={() => setIsOpen(false)}
|
||||
|
Reference in New Issue
Block a user