mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-06 14:49:00 +02:00
2 lines
223 B
JavaScript
2 lines
223 B
JavaScript
function i(){return{isSticky:!1,init:function(){this.evaluatePageScrollPosition()},evaluatePageScrollPosition:function(){this.isSticky=document.body.scrollHeight>=window.scrollY+window.innerHeight*2}}}export{i as default};
|