Skip to content

Commit

Permalink
Update modules/ROOT/examples/live-demos/comments-embedded/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Mitchell Crompton <[email protected]>
  • Loading branch information
kemister85 and MitchC1999 authored Mar 6, 2024
1 parent a40b4c2 commit 38fe804
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ tinymce.init({
/* The following setup callback opens the comments sidebar when the editor loads */
setup: (editor) => {
editor.on('SkinLoaded', () => {
editor.execCommand('ToggleSidebar', false, 'showcomments', { skipFocus: true });
editor.execCommand('ToggleSidebar', false, 'showcomments');
});
}
});

0 comments on commit 38fe804

Please sign in to comment.