mario-education 2.4.303-layout → 2.4.304-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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -15649,7 +15649,6 @@ var QuestionDetail = function QuestionDetail() {
|
|
|
15649
15649
|
},
|
|
15650
15650
|
apiKey: tinyMCEKey,
|
|
15651
15651
|
value: questionDetail.text,
|
|
15652
|
-
initialValue: questionDetail.text,
|
|
15653
15652
|
init: _extends({}, marioCore.editorConfig.question, {
|
|
15654
15653
|
paste_preprocess: function paste_preprocess(_plugin, args) {
|
|
15655
15654
|
args.content = args.content.replace(/<\/?(?!b\b|p\b)[^>]+>/g, "");
|