Fix bug that made the cache-busting propagation in composite objects not work

master
Sven Slootweg 7 years ago
parent 894a4982ee
commit a9b7bbe690

@ -87,7 +87,7 @@ module.exports = function createCompositeObject(options) {
compositeObject.recalculateSize();
});
compositeObject.objects[objectName].on("renderedToCache", () => {
compositeObject.objects[objectName].on("bustedCache", () => {
compositeObject.bustCache();
});
});

Loading…
Cancel
Save