X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Fplugins%2Fblockquote%2Fplugin.js;h=128e2679376dd3c7c08375505b3407dcd05e299c;hb=refs%2Ftags%2Fv3.4;hp=a25c1a1888e6fd415910aaf9cb7f45a79f97d2fd;hpb=941b0a9ba4e673e292510d80a5a86806994b8ea6;p=ckeditor.git diff --git a/_source/plugins/blockquote/plugin.js b/_source/plugins/blockquote/plugin.js index a25c1a1..128e267 100644 --- a/_source/plugins/blockquote/plugin.js +++ b/_source/plugins/blockquote/plugin.js @@ -47,7 +47,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license { var state = editor.getCommand( 'blockquote' ).state, selection = editor.getSelection(), - range = selection && selection.getRanges()[0]; + range = selection && selection.getRanges( true )[0]; if ( !range ) return;