Initial commit
This commit is contained in:
1
wwwroot/lib/popper.js/esm/utils/rectToClientRect.min.js
vendored
Normal file
1
wwwroot/lib/popper.js/esm/utils/rectToClientRect.min.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
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})}
|
||||
Reference in New Issue
Block a user