mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: making linter happy
This commit is contained in:
parent
bb847e391c
commit
fff2b6ea19
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ export const Select = <T,>({ onSelect, options, value }: SelectProps<T>) => {
|
||||||
</DropdownMenu.Trigger>
|
</DropdownMenu.Trigger>
|
||||||
<DropdownMenu.Content
|
<DropdownMenu.Content
|
||||||
onClickOutside={() => {
|
onClickOutside={() => {
|
||||||
console.log("click outside");
|
|
||||||
setIsOpen(false);
|
setIsOpen(false);
|
||||||
}}
|
}}
|
||||||
onSelect={() => setIsOpen(false)}
|
onSelect={() => setIsOpen(false)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue