dashboard/shell/plugins/back-button.js

4 lines
83 B
JavaScript

window.addEventListener('popstate', () => {
window._popStateDetected = true;
});