Skip to content
Snippets Groups Projects
Commit f6e7600f authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: const variable"

parent e041a596
No related branches found
No related tags found
3 merge requests!59REL: release 0.4.1,!57MAINT: replace promises by await,!56ENH: Add a WYSIWYG editor for text properties
Pipeline #16851 passed
......@@ -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.
......
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