@duetds/components
Version:
This package includes Duet Components and related tools.
1 lines • 488 B
JavaScript
function e(o){9===o.keyCode&&(document.documentElement.classList.add("user-is-tabbing"),window.removeEventListener("keydown",e),window.addEventListener("mousedown",n))}function n(){document.documentElement.classList.remove("user-is-tabbing"),window.removeEventListener("mousedown",n),window.addEventListener("keydown",e)}function o(){window.addEventListener("keydown",e)}function t(){window.removeEventListener("keydown",e),window.removeEventListener("mousedown",n)}export{o as i,t as r};