You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error is triggered from vis-timeline/lib/timeline/component/item/BoxItem.js function hide(), row 274. Function is triggered upon call to setSelection.
The text was updated successfully, but these errors were encountered:
Mmm sorry, I can't really use my work time to produce an example and I can't submit a part of my actual project. However, it's quite obvious that this is broken, because IE simply doesn't support calling .remove() on the DOM object itself. The breaking change was made in commit 9fc7c3d. The previous way, element.parentNode.removeChild(element), was IE compliant.
This error is triggered from vis-timeline/lib/timeline/component/item/BoxItem.js function hide(), row 274. Function is triggered upon call to setSelection.
The text was updated successfully, but these errors were encountered: