Index: trunk/extensions/VisualEditor/modules/es/models/es.SurfaceModel.js |
— | — | @@ -73,7 +73,7 @@ |
74 | 74 | this.selection.from !== selection.from || |
75 | 75 | this.selection.to !== selection.to |
76 | 76 | ); |
77 | | - if ( !combine || selectionChanged ) { |
| 77 | + if ( selectionChanged ) { |
78 | 78 | var lastAction = this.states[this.states.length - 1]; |
79 | 79 | if ( lastAction instanceof es.Range ) { |
80 | 80 | this.currentStateDistance += Math.abs( |