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
Describe the bug
In week view, event does not display properly. First event takes half width instead of 1/3.
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-sykqgb?embed=1&file=demo/component.ts
Screenshots
Versions
@angular/core
angular-calendar
The text was updated successfully, but these errors were encountered:
mattlewis92/calendar-utils@90c820b
fix(week-view): use correct event width for hourly events
2fd4163
Fixes #784
Thanks for reporting! Should be fixed now in 0.26.4
0.26.4
Sorry, something went wrong.
fix(getWeekView): use correct width of overlapping events
bb65482
Fixes mattlewis92/angular-calendar#784
No branches or pull requests
Describe the bug
In week view, event does not display properly.
First event takes half width instead of 1/3.
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-sykqgb?embed=1&file=demo/component.ts
Screenshots
Versions
@angular/core
: 6.1.8angular-calendar
: 0.26.3The text was updated successfully, but these errors were encountered: