Index: trunk/extensions/VisualEditor/modules/es/bases/es.DocumentViewBranchNode.js |
— | — | @@ -82,7 +82,6 @@ |
83 | 83 | childView.$.detach(); |
84 | 84 | this.emit( 'afterPop' ); |
85 | 85 | this.emit( 'update' ); |
86 | | - childView.renderContent(); |
87 | 86 | }; |
88 | 87 | |
89 | 88 | es.DocumentViewBranchNode.prototype.onAfterShift = function() { |
— | — | @@ -95,7 +94,6 @@ |
96 | 95 | childView.$.detach(); |
97 | 96 | this.emit( 'afterShift' ); |
98 | 97 | this.emit( 'update' ); |
99 | | - childView.renderContent(); |
100 | 98 | }; |
101 | 99 | |
102 | 100 | es.DocumentViewBranchNode.prototype.onAfterSplice = function( index, howmany ) { |