1
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.getRealPlacement = getRealPlacement;
|
||||
// ====================== Mode ======================
|
||||
function getRealPlacement(placement, rtl) {
|
||||
if (placement !== undefined) {
|
||||
return placement;
|
||||
}
|
||||
return rtl ? 'bottomRight' : 'bottomLeft';
|
||||
}
|
||||
Reference in New Issue
Block a user