Index: trunk/extensions/VisualEditor/cut-copy-paste.js |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | paste = {}; |
11 | 11 | paste[key] = 'some wikidom'; |
12 | 12 | }) |
13 | | - .on('paste', function(event) { |
| 13 | + .on('beforepaste paste', function(event) { |
14 | 14 | $('#paste').html(''); |
15 | 15 | $('#paste').focus(); |
16 | 16 | |