We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! In room.dt, this segment adds indentation incorrectly by indenting all previous messages when the page loads:
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?
The text was updated successfully, but these errors were encountered: