Open
Description
I am using this Timeline library and quite loving it But there are things that i am unable to find out.
- By using
stack: false
i can prevent stacking but i am looking for a way to Also prevent overlap of items (and probably arranging it to the next of the former item) - Looking to disable the
double click to add item thing
, I have tried to disable it by:
editable: { add: false }
but it also disables the functionality to add item using drag and drop.
So what could be the possible solution? Could be a feature?