We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a037e2 commit 7596f90Copy full SHA for 7596f90
packages/components/Callout/macos/FRNCalloutManager.m
@@ -26,7 +26,7 @@ + (NSRect)screenRect:(id)json
26
@"rightTopEdge": @(NSRectEdgeMaxX),
27
@"rightCenter": @(NSRectEdgeMaxX),
28
@"rightBottomEdge": @(NSRectEdgeMaxX),
29
- @"bottonLeftEdge": @(NSRectEdgeMinY),
+ @"bottomLeftEdge": @(NSRectEdgeMinY),
30
@"bottomAutoEdge": @(NSRectEdgeMinY),
31
@"bottomCenter": @(NSRectEdgeMinY),
32
@"bottomRightEdge": @(NSRectEdgeMinY),
0 commit comments