Skip to content

Commit f70690c

Browse files
committed
Fix inability to move a page with children to another top-level position
1 parent d5df202 commit f70690c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/js/components/structures/PageTree.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export default {
303303
return true;
304304
}
305305
306-
return dragContext.dragNode.children.length === 0;
306+
return true;
307307
},
308308
309309
eachDroppable(targetStat) {

0 commit comments

Comments
 (0)