mario-education 2.4.304-layout → 2.4.305-layout

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -15649,11 +15649,7 @@ var QuestionDetail = function QuestionDetail() {
15649
15649
  },
15650
15650
  apiKey: tinyMCEKey,
15651
15651
  value: questionDetail.text,
15652
- init: _extends({}, marioCore.editorConfig.question, {
15653
- paste_preprocess: function paste_preprocess(_plugin, args) {
15654
- args.content = args.content.replace(/<\/?(?!b\b|p\b)[^>]+>/g, "");
15655
- }
15656
- }),
15652
+ init: marioCore.editorConfig.question,
15657
15653
  onEditorChange: function onEditorChange(content) {
15658
15654
  setFieldValue("text", content);
15659
15655
  setEditedTrue();