Index: trunk/extensions/VisualEditor/modules/ve/ce/ve.es.Surface.js |
— | — | @@ -52,7 +52,7 @@ |
53 | 53 | } |
54 | 54 | |
55 | 55 | }) |
56 | | - .on('beforepaste paste', function(event) { |
| 56 | + .on('paste', function(event) { |
57 | 57 | var insertionPoint = _this.getSelection().start; |
58 | 58 | |
59 | 59 | $('#paste').html('').show().css('top', $(window).scrollTop()).css('left', $(window).scrollLeft()).focus(); |