Add a shouldUpdate property to nodes whose layout changed

This commit is contained in:
Devon Govett
2015-10-04 14:19:02 -07:00
parent e9d880a105
commit 57d41f3e35

View File

@@ -1160,6 +1160,8 @@ var computeLayout = (function() {
node.layout[key] = node.lastLayout[key];
}
}
node.shouldUpdate = true;
}
return {