fix: infinite editor stuck in create action (#15945)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user