Skip to content
Snippets Groups Projects
Commit df3f2171 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

load mathjax for StudipWysiwyg vue component, fixes #3362

Closes #3362

Merge request studip/studip!2287
parent 8c90ed1c
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,9 @@ export default {
this.$emit('input', value);
},
},
created() {
STUDIP.loadChunk('mathjax');
},
mounted() {
if (!this.enabled) {
Toolbar.initialize(this.$refs.textarea);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment