Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant