Skip to content

Commit

Permalink
change register to set
Browse files Browse the repository at this point in the history
  • Loading branch information
xripoll-at-wiris committed Oct 19, 2023
1 parent e91d06c commit 950182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tinymce6/editor_plugin.src.js
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const currentInstance = null;
'annotation[*]',
];

editor.options.register('extended_valid_elements', `,${validMathML.join()}`);
editor.options.set('extended_valid_elements', `,${validMathML.join()}`);

// editor.settings.extended_valid_elements += ; // eslint-disable-line no-param-reassign

Expand Down

0 comments on commit 950182f

Please sign in to comment.