diff --git a/modules/ROOT/examples/live-demos/comments-embedded/index.js b/modules/ROOT/examples/live-demos/comments-embedded/index.js index 255813a06f..7002de76cb 100644 --- a/modules/ROOT/examples/live-demos/comments-embedded/index.js +++ b/modules/ROOT/examples/live-demos/comments-embedded/index.js @@ -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'); }); } });