X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fplugins%2Fcontextmenu%2Fplugin.js;h=4e42a7bbf3302e10d4f58fd258c5ca69850cd7a5;hp=25b794d4c13085e4bbf5a784055dd3a24a3df153;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/plugins/contextmenu/plugin.js b/_source/plugins/contextmenu/plugin.js index 25b794d..4e42a7b 100644 --- a/_source/plugins/contextmenu/plugin.js +++ b/_source/plugins/contextmenu/plugin.js @@ -15,7 +15,7 @@ CKEDITOR.plugins.add( 'contextmenu', { exec : function() { - editor.contextMenu.show(); + editor.contextMenu.show( editor.document.getBody() ); } }); }