Skip to content
Snippets Groups Projects

ENH: Add a WYSIWYG editor for text properties

Merged Florian Spreckelsen requested to merge f-wysiwyg into dev
All threads resolved!
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -46,9 +46,7 @@ var ext_editmode_wysiwyg_text = function ($, logger, ClassicEditor, edit_mode, g
}
try{
let editor;
editor = await ClassicEditor
const editor = await ClassicEditor
.create(prop.querySelector('textarea'), {
// use all plugins since we built the editor dependency to
// contain only those we need.
Loading