|
@@ -2285,7 +2285,7 @@ class PageService {
|
|
|
|
|
|
|
|
let page;
|
|
let page;
|
|
|
|
|
|
|
|
- const shouldCreateNewPage = pages[0] == null && emptyPage != null;
|
|
|
|
|
|
|
+ const shouldCreateNewPage = pages[0] == null;
|
|
|
if (shouldCreateNewPage) {
|
|
if (shouldCreateNewPage) {
|
|
|
const notEmptyParent = await Page.findNotEmptyParentRecursively(emptyPage);
|
|
const notEmptyParent = await Page.findNotEmptyParentRecursively(emptyPage);
|
|
|
|
|
|