My aim is to make the timeline work in seconds and not minutes. the renderer goes down to 1 second and the headings are correct but when I try to create a new event (by dragging on the timeline it always snaps to 1 minute boundaries.
When I create a new event the start and end date seem to have the start of timeline view and end of timeline view instead of the time I clicked on. As I drag along the screen it seems to snap to 1 minute boundaries.
Judging by the code a x_unit of “seconds” is not supported although I have found some places where I can inject my new “second” functionality e.g. scheduler.date[“add_second”].
So 2 questions:
- Is there any documentation describing what other hooks there are to help change the behaviour (like add_seconds)?
- Where in the code is the part that alters the newly created event’s start and end?