Skip to content

Commit

Permalink
r0b08x [chore] 3/8/2024, 4:20:30 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Mar 8, 2024
1 parent 21fa8cd commit 2d3449b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular/pages/p3xr-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ p3xr.ng.component('p3xrMain', {
withoutParent = false
}

let expandedNodes = angular.copy($rootScope.expandedNodes);
let expandedNodes = p3xr.clone($rootScope.expandedNodes);

try {
/*
Expand Down

0 comments on commit 2d3449b

Please sign in to comment.