Index: trunk/extensions/VisualEditor/modules/es/views/es.SurfaceView.js |
— | — | @@ -220,8 +220,6 @@ |
221 | 221 | this.selection.from = this.mouse.selectedRange.from; |
222 | 222 | this.selection.to = wordRange.to; |
223 | 223 | } |
224 | | - } else { |
225 | | - this.selection.to = offset; |
226 | 224 | } |
227 | 225 | } else if ( this.mouse.selectingMode === 3 ) { |
228 | 226 | |