Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Click package name multiple times will introduce duplicate README files #22

Open
TylerYang opened this issue Apr 29, 2016 · 0 comments · May be fixed by #23
Open

Click package name multiple times will introduce duplicate README files #22

TylerYang opened this issue Apr 29, 2016 · 0 comments · May be fixed by #23

Comments

@TylerYang
Copy link

Hi folks, several README document would be appended to list if I click package name continuously.

Suppose I have the module AAA-MODULE, and I would like to check the document, then I click the module name for several times, then the structure of document would become,

    <div class='entry'>
        <div class='readme'></div>
        <div class='readme'></div>
        <div class='readme'></div>
        <div class='readme'></div>
        <div class='readme'></div>
        <div class='readme'></div>
    </div>

Seems it didn't handle async data very well. I will send a PR later, any comments are welcome.

@TylerYang TylerYang linked a pull request Apr 29, 2016 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant