mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
IE and its silly events
Change-Id: I81f46eca20cc5197305cbd355751c4c90e3b670b
This commit is contained in:
parent
83e7eddfaf
commit
64b9b33eec
|
@ -23,7 +23,7 @@ ve.ce.Surface = function( $container, model ) {
|
|||
'mouseup': this.proxy( this.onMouseUp ),
|
||||
'mousemove': this.proxy( this.onMouseMove ),
|
||||
'cut copy': this.proxy( this.onCutCopy ),
|
||||
'paste': this.proxy( this.onPaste ),
|
||||
'beforepaste paste': this.proxy( this.onPaste ),
|
||||
} );
|
||||
|
||||
// Initialization
|
||||
|
|
Loading…
Reference in a new issue