Skip to content

new ContentEdit.Region is always tainted #19

@turigeza

Description

@turigeza

Hi,

I am not sure if it's a bug or not but I have to call region.commit() after each new region.


var region = new ContentEdit.Region( item );
// the following line is needed otherwise region.lastModified() will not be null
region.commit(); 
console.log(region.lastModified());

Geza

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions