mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-13 12:29:58 +02:00
Set Trailing Cmma to (#525)
This commit is contained in:
@@ -14,7 +14,7 @@ export function Popover({
|
||||
left,
|
||||
top,
|
||||
onCloseRequest,
|
||||
fitInViewport = false
|
||||
fitInViewport = false,
|
||||
}: Props) {
|
||||
const popoverRef = useRef<HTMLDivElement>(null);
|
||||
|
||||
|
Reference in New Issue
Block a user