X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=sources%2Fcore%2Fcommand.js;h=128cea426c7a33442ce7b372e8895e67b91c8ef3;hp=0446d24558cf699b8d556ecbd2f238f076f50ba5;hb=1794320dcfdfcd19572fb1676294f9853a6bbc20;hpb=7183f6a6a21ad9124e70c997e0168459f377a9f2 diff --git a/sources/core/command.js b/sources/core/command.js index 0446d24..128cea4 100644 --- a/sources/core/command.js +++ b/sources/core/command.js @@ -47,7 +47,7 @@ CKEDITOR.command = function( editor, commandDefinition ) { if ( this.state == CKEDITOR.TRISTATE_DISABLED || !this.checkAllowed() ) return false; - if ( this.editorFocus ) // Give editor focus if necessary (#4355). + if ( this.editorFocus ) // Give editor focus if necessary (http://dev.ckeditor.com/ticket/4355). editor.focus(); if ( this.fire( 'exec' ) === false )