Skip to content

Commit

Permalink
fix: uploaded item not selected in media picker
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouma authored and emmagarland committed Aug 12, 2024
1 parent d5831fe commit 7afc2b9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ angular.module("umbraco")
$scope.path = [];
performGotoFolder(folder);
}

return getChildren(folder.id);
}

function performGotoFolder(folder) {
Expand All @@ -280,8 +282,6 @@ angular.module("umbraco")
$scope.currentFolder = folder;

localStorageService.set("umbLastOpenedMediaNodeId", folder.id);

getChildren(folder.id);
}

function toggleListView() {
Expand Down

0 comments on commit 7afc2b9

Please sign in to comment.