Tags: visjs/vis-timeline
Tags
fix(data): primarily use public API idProp (#1330) * fix(data): primarily use public API idProp The “private” _idProp has been removed and instead there idProp in the official supported API. I kept the older version there as a fallback just in case something actually depends on it. * ci: add apt update The databases may be stale and that's possibly why it's failing at the moment.
fix: add getItemsAtCurrentTime(timeOfEvent) & delay optimization on i… …tem click for trackpads (#910) * timeline fixes lidakis several timeline fixes * Update ItemSet.js double tap new item disable * Update Core.js put delay on edit click item... * getItemsAtCurrentTime(timeOfEvent) * #getItemsAtCurrentTime() * Delay on item click Delay addition on item click optimised for trackpads, in order to not deselect the item. * getItemsAtCurrentTime(timeOfEvent) Addition of method getItemsAtCurrentTime(timeOfEvent): Returns {Array} of all items they are present at current time of click event on the timeline. ... addition of delay on item click (optimisation for laptop trackpads) in order not to deselect the item after 1 second when clicked with trackpad. * getItemsAtCurrentTime(timeOfEvent) Addition of method getItemsAtCurrentTime(timeOfEvent): Returns {Array} of all items they are present at current time of click event on the timeline. ... addition of delay on item click (optimisation for laptop trackpads) in order not to deselect the item after 1 second when clicked with trackpad. * Optimize trackpad item click delay. delay addition on item click for trackpads... Co-authored-by: Manos <Manos@MSI> Co-authored-by: Yotam Berkowitz <yotamberk@gmail.com>
PreviousNext