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

1 line
128 B
JavaScript

export default function rectToClientRect(t){return Object.assign({},t,{left:t.x,top:t.y,right:t.x+t.width,bottom:t.y+t.height})}