Skip to content

Commit

Permalink
fix: infinite editor stuck in create action (umbraco#15945)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouma committed May 14, 2024
1 parent cae106b commit e14f521
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@
init();

//needs to be manually set for infinite editing mode
$scope.page.isNew = false;
$scope.isNew = false;

syncTreeNode($scope.content, data.path, false, args.reloadChildren);

Expand Down

0 comments on commit e14f521

Please sign in to comment.