We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a354da commit ae61599Copy full SHA for ae61599
app/code/Magento/MediaGalleryUi/view/adminhtml/web/js/directory/directoryTree.js
@@ -257,16 +257,15 @@ define([
257
return;
258
}
259
260
- currentTreePath = this.isFilterApplied(currentFilterPath) || _.isNull(requestedDirectory)
261
- ? currentFilterPath
262
- : requestedDirectory;
+ currentTreePath = this.isFilterApplied(currentFilterPath) || _.isNull(requestedDirectory) ?
+ currentFilterPath : requestedDirectory;
263
264
if (this.folderExistsInTree(currentTreePath)) {
265
this.locateNode(currentTreePath);
266
} else {
267
this.selectStorageRoot();
268
269
- },
+ },g
270
271
/**
272
* Verify if directory exists in folder tree
0 commit comments