diff options
Diffstat (limited to 'node_modules')
-rw-r--r-- | node_modules/montage/ui/flow.reel/flow.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node_modules/montage/ui/flow.reel/flow.js b/node_modules/montage/ui/flow.reel/flow.js index 929e61b8..2137f782 100644 --- a/node_modules/montage/ui/flow.reel/flow.js +++ b/node_modules/montage/ui/flow.reel/flow.js | |||
@@ -786,6 +786,7 @@ var Flow = exports.Flow = Montage.create(Component, { | |||
786 | } else { | 786 | } else { |
787 | this._objectsForRepetition = value; | 787 | this._objectsForRepetition = value; |
788 | } | 788 | } |
789 | this.needsDraw = true; | ||
789 | } | 790 | } |
790 | }, | 791 | }, |
791 | 792 | ||