Skip to content
Snippets Groups Projects
Commit 181a2c33 authored by Ron Lucke's avatar Ron Lucke Committed by Elmar Ludwig
Browse files

fix #888

parent 3cb91bdd
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
@closeEdit="closeEdit" @closeEdit="closeEdit"
> >
<template #content> <template #content>
<section class="cw-block-content" v-html="currentText" ref="content"></section> <section class="cw-block-content formatted-content" v-html="currentText" ref="content"></section>
</template> </template>
<template v-if="canEdit" #edit> <template v-if="canEdit" #edit>
<studip-wysiwyg v-model="currentText"></studip-wysiwyg> <studip-wysiwyg v-model="currentText"></studip-wysiwyg>
......
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