Preview: getHTMLElementScroll.js
Size: 142 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/@popperjs/core/dist/esm/dom-utils/getHTMLElementScroll.js
export default function getHTMLElementScroll(element) {
return {
scrollLeft: element.scrollLeft,
scrollTop: element.scrollTop
};
}
Directory Contents
Dirs: 0 × Files: 23