8000 Editable issue · Issue #2720 · visjs/vis · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
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.
Editable issue #2720
Closed
Closed
@CodeTroopers

Description

@CodeTroopers

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0