Hi.
If an event using the SchedulerProportionalViewItem has a duration of less than 2 minutes, the event get's a height of 45px and doesn't display as long as it should. I have made an example showing events of 1 second, 1 minute and 2 minutes length and removed the text from it so that the event can show a length as appropriate:
https://stackblitz.com/edit/react-g64ffz?file=index.js
I gave the k-event a minHeight of 5px in the css so it doesn't appear too small for very short events. Is there a way to get around this if events are less than 2 minutes?
Also, in my example I tried to make the events editable but when I doubleclick on them, nothing happens. Not sure what the issue is.
Thanks!
Greetings,
Bernd