This repository was archived by the owner on Jul 29, 2019. It is now read-only.
This repository was archived by the owner on Jul 29, 2019. It is now read-only.
8C80
div>Editable issue #2720
No one assignedNo labelsNo typeNo projectsNone yetNo branches or pull requests
Closed
Description
The css class vis-editable is always applied on items althought the editable property is set to false.
See this plunkr
The property is converted in object in item constructor :
if (this.data && this.data.hasOwnProperty('editable')) { if (typeof this.data.editable === 'boolean') { this.editable = { updateTime: this.data.editable, updateGroup: this.data.editable, remove: this.data.editable }; }
but it used as property in the draw function
Metadata
Metadata
Assignees
Labels
No labels