first commit
This commit is contained in:
13
frontend/node_modules/rc-picker/lib/utils/uiUtil.js
generated
vendored
Normal file
13
frontend/node_modules/rc-picker/lib/utils/uiUtil.js
generated
vendored
Normal file
@@ -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