Index: trunk/extensions/VisualEditor/modules/es/views/es.SurfaceView.js |
— | — | @@ -285,6 +285,8 @@ |
286 | 286 | if ( this.keyboard.keys.shift ) { |
287 | 287 | this.drawSelection(); |
288 | 288 | this.hideCursor(); |
| 289 | + } else { |
| 290 | + this.documentView.clearSelection(); |
289 | 291 | } |
290 | 292 | |
291 | 293 | } |