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
Hi,
I am not sure if it's a bug or not but I have to call region.commit() after each new region.
Geza