Skip to content

doesn't seem to update when DOM changes #7

Description

@ralyodio

I'm using angular which does DOM rendering dynamically.

Your feed icon shows the correct links when I refresh the page, but on dynamic routing it never updates.

Is there a way you can re-parse when the address bar changes?

I think in addition to this event:

document.addEventListener('DOMContentLoaded', main);

You should also add:

window.addEventListener("popstate", main);

I'm not 100% sure this is the correct event, but it might work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions