Skip to content

Commit fc3d53a

Browse files
committed
chore: fix build
1 parent 5920043 commit fc3d53a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/utils/uiUtil.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
// ====================== Mode ======================
2+
export function getRealPlacement(placement: string, rtl: boolean) {
3+
if (placement !== undefined) {
4+
return placement;
5+
}
6+
return rtl ? 'bottomRight' : 'bottomLeft';
7+
}

0 commit comments

Comments
 (0)