OwlCyberSecurity - MANAGER
Edit File: getMainAxisFromPlacement.js
export default function getMainAxisFromPlacement(placement) { return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y'; }