diff --git a/modules/ve/ce/nodes/ve.ce.GeneratedContentNode.js b/modules/ve/ce/nodes/ve.ce.GeneratedContentNode.js index 4cb042125a..d57144d881 100644 --- a/modules/ve/ce/nodes/ve.ce.GeneratedContentNode.js +++ b/modules/ve/ce/nodes/ve.ce.GeneratedContentNode.js @@ -113,7 +113,7 @@ ve.ce.GeneratedContentNode.prototype.update = function ( config ) { if ( index !== null ) { this.render( store.value( index ) ); } else { - this.forceUpdate(); + this.forceUpdate( config ); } };