diff --git a/javascript/tinymce_ssbuttons/editor_plugin_src.js b/javascript/tinymce_ssbuttons/editor_plugin_src.js index 5f257171..2b24c4e3 100644 --- a/javascript/tinymce_ssbuttons/editor_plugin_src.js +++ b/javascript/tinymce_ssbuttons/editor_plugin_src.js @@ -40,6 +40,7 @@ * If showCommand isn't set, then this will simply hide panels */ function showSidePanel(showCommand, hideCommands) { + ed.ss_focus_bookmark = ed.selection.getBookmark(); hideCommands.each(function(command) { ed.controlManager.setActive(command,false); Element.hide(forms[command]);