X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Ftab%2Fplugin.js;h=c66fb43f077dcb72a3f211b98164e7cc9392e818;hp=c2646feca61f12bd9bd27cf7f08b35bd75aef5a5;hb=f8fc585c18d287eb325c575596d183122486b641;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb diff --git a/_source/plugins/tab/plugin.js b/_source/plugins/tab/plugin.js index c2646fe..c66fb43 100644 --- a/_source/plugins/tab/plugin.js +++ b/_source/plugins/tab/plugin.js @@ -51,7 +51,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license }); } - if ( CKEDITOR.env.webkit ) + if ( CKEDITOR.env.webkit || CKEDITOR.env.gecko ) { editor.on( 'key', function( ev ) {