Skip to content

Commit

Permalink
fix: infinite editor stuck in create action (#15945)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouma authored and iOvergaard committed Nov 20, 2024
1 parent 5775e9c commit 3233b24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,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 3233b24

Please sign in to comment.