From 64b9b33eec5f6264c759d700bf425e86cb8b581b Mon Sep 17 00:00:00 2001 From: Christian Williams Date: Fri, 25 May 2012 16:12:58 -0700 Subject: [PATCH] IE and its silly events Change-Id: I81f46eca20cc5197305cbd355751c4c90e3b670b --- modules/ve2/ce/ve.ce.Surface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ve2/ce/ve.ce.Surface.js b/modules/ve2/ce/ve.ce.Surface.js index 7d5f54c5ea..f4d4c00fae 100644 --- a/modules/ve2/ce/ve.ce.Surface.js +++ b/modules/ve2/ce/ve.ce.Surface.js @@ -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