support for groupings

This commit is contained in:
booploops 2022-05-25 06:03:28 -07:00
parent d4df4751e9
commit d83793d538
6 changed files with 177 additions and 44 deletions

View file

@ -4,7 +4,10 @@ const Events = {
// add event listener for when window.location.hash changes
window.addEventListener("hashchange", function () {
app.appRoute(window.location.hash)
app.page = "blank"
setTimeout(()=>{
app.appRoute(window.location.hash)
}, 100)
});
window.addEventListener("mouseup", (e) => {