Files
simpleidp/wwwroot/lib/popper.js/esm/utils/getOppositePlacement.min.js
2025-08-19 16:58:51 +02:00

1 line
182 B
JavaScript

var hash={left:"right",right:"left",bottom:"top",top:"bottom"};export default function getOppositePlacement(t){return t.replace(/left|right|bottom|top/g,function(t){return hash[t]})}