Skip to content

Commit c4ffa83

Browse files
committed
Merge branch 'AC-1638-folder' into AC-109-combined
2 parents e0fd049 + 87c7094 commit c4ffa83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/directory/directoryTree.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ define([
5353
this.directoryTreeSelector,
5454
this,
5555
function () {
56+
this.initJsTreeEvents();
5657
this.renderDirectoryTree().then(function () {
5758
this.initEvents();
5859
}.bind(this));
@@ -214,7 +215,6 @@ define([
214215
* Handle jstree events
215216
*/
216217
initEvents: function () {
217-
this.initJsTreeEvents();
218218
this.disableMultiselectBehavior();
219219

220220
$(window).on('reload.MediaGallery', function () {

0 commit comments

Comments
 (0)