JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5
[ckeditor.git] / _source / plugins / clipboard / plugin.js
index 7a1c971..d647058 100644 (file)
@@ -49,7 +49,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
                                try\r
                                {\r
                                        // Other browsers throw an error if the command is disabled.\r
-                                       return editor.document.$.execCommand( type );\r
+                                       return editor.document.$.execCommand( type, false, null );\r
                                }\r
                                catch( e )\r
                                {\r