X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fnewpage%2Fplugin.js;h=12de07d2d691715dc0c0eb2939f54b475e5f9e09;hp=fb23308394dcb786d770635215b06063bd33253b;hb=4e90e78dc97789709ee7404359a5517540c27553;hpb=8f6c203fdaa543c3bca40baea6ae4ddcdf1a77f5 diff --git a/_source/plugins/newpage/plugin.js b/_source/plugins/newpage/plugin.js index fb23308..12de07d 100644 --- a/_source/plugins/newpage/plugin.js +++ b/_source/plugins/newpage/plugin.js @@ -29,6 +29,7 @@ CKEDITOR.plugins.add( 'newpage', name: command.name, command: command } ); + editor.selectionChange(); }, 200 ); } );