From 57d41f3e353e4b149449b058b978571fc3350079 Mon Sep 17 00:00:00 2001 From: Devon Govett Date: Sun, 4 Oct 2015 14:19:02 -0700 Subject: [PATCH] Add a shouldUpdate property to nodes whose layout changed --- src/Layout.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Layout.js b/src/Layout.js index 308eaace..bea16fb0 100755 --- a/src/Layout.js +++ b/src/Layout.js @@ -1160,6 +1160,8 @@ var computeLayout = (function() { node.layout[key] = node.lastLayout[key]; } } + + node.shouldUpdate = true; } return {