Index: trunk/extensions/VisualEditor/modules/ve/ce/ve.es.Surface.js |
— | — | @@ -35,11 +35,11 @@ |
36 | 36 | } ); |
37 | 37 | |
38 | 38 | this.$.mouseup( function( e ) { |
39 | | - var selection = _this.getSelection(); |
40 | | - _this.showFakeCursorAt(selection.start); |
| 39 | + //var selection = _this.getSelection(); |
| 40 | + //_this.showFakeCursorAt(selection.start); |
41 | 41 | } ); |
42 | 42 | |
43 | | - this.$.paste( function( e ) { |
| 43 | + this.$.on('paste', function( e ) { |
44 | 44 | _this.onPaste( e ); |
45 | 45 | } ); |
46 | 46 | |