Add supporting themes required for Lotusdocs
This commit is contained in:
3
themes/hugo-mod-jslibs-dist/popperjs/package/dist/esm/utils/getMainAxisFromPlacement.js
vendored
Normal file
3
themes/hugo-mod-jslibs-dist/popperjs/package/dist/esm/utils/getMainAxisFromPlacement.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function getMainAxisFromPlacement(placement) {
|
||||
return ['top', 'bottom'].indexOf(placement) >= 0 ? 'x' : 'y';
|
||||
}
|
||||
Reference in New Issue
Block a user