mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge branch 'dmrewrite' of ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/VisualEditor into dmrewrite
This commit is contained in:
commit
f318d68966
|
@ -31,6 +31,8 @@ ve.ce.Surface = function( $container, model ) {
|
|||
'mousedown': this.proxy( this.onMouseDown ),
|
||||
'mouseup': this.proxy( this.onMouseUp ),
|
||||
'mousemove': this.proxy( this.onMouseMove ),
|
||||
'cut copy': this.proxy( this.onCutCopy ),
|
||||
'beforepaste paste': this.proxy( this.onPaste ),
|
||||
'dragover drop': function( e ) {
|
||||
// Prevent content drag & drop
|
||||
e.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue