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

Indentation issue in room.dt #4

Open
craigstjean opened this issue Jan 9, 2020 · 0 comments
Open

Indentation issue in room.dt #4

craigstjean opened this issue Jan 9, 2020 · 0 comments

Comments

@craigstjean
Copy link

craigstjean commented Jan 9, 2020

Hello! In room.dt, this segment adds indentation incorrectly by indenting all previous messages when the page loads:

    textarea#history(rows=20, readonly=true)
        - foreach (ln; messages)
            |= ln

When adding a new message, the indentation is not added because it is being added via JavaScript.

I would submit a pull request, but I can't figure out how to fix it since I've never used vibe.d before. Any way to remove the added indentation?

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

No branches or pull requests

1 participant