This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
Bug: When setting "editable:true" after initialization, items that were added previously are not editable #99
Labels
bug
Something isn't working
If you initialize a timeline with no options, and then use
setOptions({editable:true})
, any items that were created on initialization are not editable (cannot be moved or deleted). If the timeline is initialized witheditable:true
then all items are editable.Minimal reproducible code:
The text was updated successfully, but these errors were encountered: