Skip to content

Commit fddfaf0

Browse files
committed
move init
1 parent c8f0532 commit fddfaf0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web_src/js/features/comp/ComboMarkdownEditor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,10 @@ class ComboMarkdownEditor {
4242

4343
async init() {
4444
this.prepareEasyMDEToolbarActions();
45-
4645
this.setupTab();
4746
this.setupDropzone();
48-
this.setupExpander();
4947
this.setupTextarea();
48+
this.setupExpander();
5049

5150
if (this.userPreferredEditor === 'easymde') {
5251
await this.switchToEasyMDE();

0 commit comments

Comments
 (0)