Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Events become visible on popstate #26

Open
muan opened this issue Apr 25, 2022 · 1 comment
Open

Events become visible on popstate #26

muan opened this issue Apr 25, 2022 · 1 comment
Labels

Comments

@muan
Copy link
Owner

muan commented Apr 25, 2022

The following isn't being reliably run on popstate events.

function specifyTimelineEvents() {
const dashboard = document.querySelector('#dashboard .news')
if (!dashboard) return
const observer = new MutationObserver(addMoreSpecificIdentifiers)
observer.observe(dashboard, {subtree: true, childList: true})
}

@muan muan added the bug label Apr 25, 2022
@muan
Copy link
Owner Author

muan commented Jul 2, 2022

I've not seen this again.

@muan muan closed this as completed Jul 2, 2022
@muan muan reopened this Jul 14, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant