Skip to content

Commit a20ef2d

Browse files
authored
Merge pull request refactory-id#302 from royduin/patch-1
Changed the placement of the dropzone class
2 parents c6117fc + 655d5ec commit a20ef2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/bootstrap-markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@
493493
});
494494
};
495495
}
496-
this.$textarea.addClass('dropzone');
496+
this.$editor.addClass('dropzone');
497497
this.$editor.dropzone(options.dropZoneOptions);
498498
} else {
499499
console.log('dropZoneOptions was configured, but DropZone was not detected.');

0 commit comments

Comments
 (0)