diff --git a/modules/ve/ce/ve.ce.Surface.js b/modules/ve/ce/ve.ce.Surface.js index a8fe100b65..629540aee7 100644 --- a/modules/ve/ce/ve.ce.Surface.js +++ b/modules/ve/ce/ve.ce.Surface.js @@ -249,7 +249,7 @@ ve.ce.Surface.prototype.onKeyPress = function( e ) { } } - if ( selection.getLength() > 0 ) { + if ( selection.getLength() > 0 && e.which !== 0 ) { this.stopPolling(); this.model.change( ve.dm.Transaction.newFromRemoval(