Add a shouldUpdate property to nodes whose layout changed
This commit is contained in:
@@ -1160,6 +1160,8 @@ var computeLayout = (function() {
|
||||
node.layout[key] = node.lastLayout[key];
|
||||
}
|
||||
}
|
||||
|
||||
node.shouldUpdate = true;
|
||||
}
|
||||
|
||||
return {
|
||||
|
Reference in New Issue
Block a user