File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
modules/ROOT/examples/live-demos
suggestededits-access-feedback
suggestededits-access-read
suggestededits-auto-approve Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ tinymce.init({
2222 . catch ( ( ) => ( { id : userId } ) ) ) ) ,
2323
2424 init_instance_callback : ( editor ) => {
25- tinymce . activeEditor . execCommand ( 'suggestededits' ) ;
25+ editor . execCommand ( 'suggestededits' ) ;
2626 }
2727} ) ;
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ tinymce.init({
2222 . catch ( ( ) => ( { id : userId } ) ) ) ) ,
2323
2424 init_instance_callback : ( editor ) => {
25- tinymce . activeEditor . execCommand ( 'suggestededits' ) ;
25+ editor . execCommand ( 'suggestededits' ) ;
2626 }
2727} ) ;
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ tinymce.init({
2323 . catch ( ( ) => ( { id : userId } ) ) ) ) ,
2424
2525 init_instance_callback : ( editor ) => {
26- tinymce . activeEditor . execCommand ( 'suggestededits' ) ;
26+ editor . execCommand ( 'suggestededits' ) ;
2727 }
2828} ) ;
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ tinymce.init({
2222 . catch ( ( ) => ( { id : userId } ) ) ) ) ,
2323
2424 init_instance_callback : ( editor ) => {
25- tinymce . activeEditor . execCommand ( 'suggestededits' ) ;
25+ editor . execCommand ( 'suggestededits' ) ;
2626 }
2727} ) ;
You can’t perform that action at this time.
0 commit comments