1
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// ====================== Mode ======================
|
||||
export function getRealPlacement(placement, rtl) {
|
||||
if (placement !== undefined) {
|
||||
return placement;
|
||||
}
|
||||
return rtl ? 'bottomRight' : 'bottomLeft';
|
||||
}
|
||||
Reference in New Issue
Block a user